Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update homepage url
  • Loading branch information
SanjaySG committed Jun 29, 2025
commit 7956928a50e9334ddc665315b43d1166ac5b7674
2 changes: 1 addition & 1 deletion tensorflow_datasets/image_classification/cars196.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def _info(self):
description=(_DESCRIPTION),
features=tfds.features.FeaturesDict(features_dict),
supervised_keys=('image', 'label'),
homepage='https://ai.stanford.edu/~jkrause/cars/car_dataset.html',
homepage='https://web.archive.org/web/20230323151220/https://ai.stanford.edu/~jkrause/cars/car_dataset.html',
citation=_CITATION,
)

Expand Down