question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Incorrect manual download instructions for imagenet2012

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
Conchylicultorcommented, Jul 8, 2020

This does not match the documentation, which says to place the data in ~/tensorflow_datasets/manual.

Thank you for reporting. Sending a fix now.

1reaction
vijayphoenixcommented, Jul 11, 2020

Fixed by https://github.com/tensorflow/datasets/pull/2163. Online Doc will be updated soon

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found