Update README.md

This commit is contained in:
Lee Stott 2022-07-14 22:11:12 +01:00 committed by GitHub
parent abc0d0c4c1
commit d5bdab6d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ 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
!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
```