update data source
This commit is contained in:
parent
d5bdab6d80
commit
864b6ddc2c
|
|
@ -17,9 +17,9 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"!wget https://mslearntensorflowlp.blob.core.windows.net/data/oxpets_images.tar.gz\n",
|
||||
"!tar xfz oxpets_images.tar.gz\n",
|
||||
"!rm oxpets_images.tar.gz"
|
||||
"!wget https://www.robots.ox.ac.uk/~vgg/data/pets/data/images.tar.gz\n",
|
||||
"!tar xfz images.tar.gz\n",
|
||||
"!rm images.tar.gz"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ To download the dataset, use this code snippet:
|
|||
|
||||
```python
|
||||
!wget https://www.robots.ox.ac.uk/~vgg/data/pets/data/images.tar.gz
|
||||
!tar xfz oxpets_images.tar.gz
|
||||
!rm oxpets_images.tar.gz
|
||||
!tar xfz images.tar.gz
|
||||
!rm images.tar.gz
|
||||
```
|
||||
|
||||
## Stating Notebook
|
||||
|
|
|
|||
Loading…
Reference in New Issue