Cats and dogs PyTorch dataset for Lucidrain vision transformer

I am trying to run the cats and dogs example for vision transformer by lucidrain but the following Webpage from PyTorch doesn’t exist anymore. What is the link I should use for retrieving the train.zip and test.zip files?
https://pytorch.org/docs/stable/torchvision/datasets.html

This dataset is required for running the cell #9 here vit-pytorch/examples/cats_and_dogs.ipynb at main · lucidrains/vit-pytorch · GitHub

The author has linked to the PyTorch website that I linked above in this issue: how to get train.zip. · Issue #13 · lucidrains/vit-pytorch · GitHub

The datasets docs can be found here: torchvision.datasets — Torchvision 0.11.0 documentation

You can generally use the search in the docs to check if pages were moved.

1 Like

Thank you, I also found something with same number in kaggle Dog_vs_Cat with Pytorch | Kaggle