We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7840d08 commit 68308dfCopy full SHA for 68308df
tensorflow_datasets/image_classification/cars196.py
@@ -20,8 +20,8 @@
20
from tensorflow_datasets.core.utils.lazy_imports_utils import tensorflow as tf
21
import tensorflow_datasets.public_api as tfds
22
23
-_URL = 'http://ai.stanford.edu/~jkrause/car196/'
24
-_EXTRA_URL = 'https://ai.stanford.edu/~jkrause/cars/car_devkit.tgz'
+_URL = 'https://web.archive.org/web/20221212053154/http://ai.stanford.edu/~jkrause/car196/'
+_EXTRA_URL = 'https://web.archive.org/web/20230323151230/https://ai.stanford.edu/~jkrause/cars/car_devkit.tgz'
25
26
_DESCRIPTION = (
27
'The Cars dataset contains 16,185 images of 196 classes of cars. The data '
0 commit comments