update data source

This commit is contained in:
Lee Stott 2022-07-14 22:16:55 +01:00 committed by GitHub
parent d5bdab6d80
commit 864b6ddc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 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

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