diff --git a/lessons/4-ComputerVision/08-TransferLearning/lab/README.md b/lessons/4-ComputerVision/08-TransferLearning/lab/README.md index 1b7931c6..c16477b0 100644 --- a/lessons/4-ComputerVision/08-TransferLearning/lab/README.md +++ b/lessons/4-ComputerVision/08-TransferLearning/lab/README.md @@ -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 ```