Merge branch 'microsoft:main' into main
This commit is contained in:
commit
0065bc03b0
|
|
@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -13,9 +13,9 @@ We will use the original [Oxford-IIIT](https://www.robots.ox.ac.uk/~vgg/data/pet
|
|||
To download the dataset, use this code snippet:
|
||||
|
||||
```python
|
||||
!wget https://mslearntensorflowlp.blob.core.windows.net/data/oxpets_images.tar.gz
|
||||
!tar xfz oxpets_images.tar.gz
|
||||
!rm oxpets_images.tar.gz
|
||||
!wget https://www.robots.ox.ac.uk/~vgg/data/pets/data/images.tar.gz
|
||||
!tar xfz images.tar.gz
|
||||
!rm images.tar.gz
|
||||
```
|
||||
|
||||
## Stating Notebook
|
||||
|
|
|
|||
Loading…
Reference in New Issue