Merge branch 'microsoft:main' into main

This commit is contained in:
Julia Muiruri 2022-07-15 17:56:15 +03:00 committed by GitHub
commit 0065bc03b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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"
]
},
{

View File

@ -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