Incorrect manual download instructions for imagenet2012
See original GitHub issueI am using TensorFlow 2.2 and TensorFlow Datasets 1.2.
The imagenet2012 dataset documentation instructs the user to manually download ILSVRC2012_img_train.tar
and ILSVRC2012_img_val.tar
to ~/tensorflow_datasets/manual
. Even after doing this, a call to tfds.load("imagenet2012")
attempts to download the dataset from the web, which results in an error due to the need for a login.
I have also tried moving the .tar
files to ~/tensorflow_datasets/downloads/manual
and ~/tensorflow_datasets/downloads/manual/imagenet2012
, none of which have worked.
Not sure if this is a documentation issue or a bug.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
imagenet2012 | TensorFlow Datasets
Manual download instructions : This dataset requires you to download the source data manually into download_config.manual_dir (defaults to ~/tensorflow_datasets/ ...
Read more >Preparing the ImageNet dataset with TensorFlow
In most cases, you can download the data directly from TensorFlow. However, ImageNet is an exception; it requires a manual setup.
Read more >tensorflow - Accessing already downloaded dataset with ...
ds = tf.load('open_images_v4', data_dir='/notebooks/open_images_dataset/extracted', download=False). I didn't have open_images_v4 data.
Read more >ImageNet
Home · Download · Challenges · About. Not logged in. Login | Signup. ImageNet is an image database organized according to the WordNet...
Read more >ImageNet Classification with Deep Convolutional Neural ...
The size of our network made overfitting a significant problem, even ... We used an equal learning rate for all layers, which we...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you for reporting. Sending a fix now.
Fixed by https://github.com/tensorflow/datasets/pull/2163. Online Doc will be updated soon