Skip to content

Commit 2f2cccc

Browse files
authored
Reinstate original github comment link
1 parent f2765b1 commit 2f2cccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/datasets/stanford_cars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class StanfordCars(VisionDataset):
3131
download (bool, optional): This parameter exists for backward compatibility but it does not
3232
download the dataset, since the original URL is not available anymore. The dataset
3333
seems to be available on Kaggle so you can try to manually download and configure it using
34-
`these instructions <https://github.com/pytorch/vision/issues/7545#issuecomment-2282674373>`_
34+
`these instructions <https://github.com/pytorch/vision/issues/7545#issuecomment-1631441616>`_
3535
or use an integrated
3636
`dataset on Kaggle <https://www.kaggle.com/datasets/rickyyyyyyy/torchvision-stanford-cars>`_.
3737
In both cases, first download and configure the dataset locally, and use the dataset with

0 commit comments

Comments
 (0)