rethinking-bnn-optimization icon indicating copy to clipboard operation
rethinking-bnn-optimization copied to clipboard

Running Nets with ImageNet2012

Open CuauSuarez opened this issue 4 years ago • 1 comments

Hello everyone,

I've been trying to run the Nets using the ImageNet dataset but the issue is that it cannot be downloaded from the default URL. I have the tars already downloaded but I don't know how to use them. Do you know how?

Thank you

CuauSuarez avatar Jun 30 '20 19:06 CuauSuarez

We use TensorFlow Datasets for preparing the ImageNet dataset. If I recall correctly they used to be downloaded automatically. Recently Tensorflow Datasets switched to allow to use already downloaded tar files. You can find documentation for how to do this here.

lgeiger avatar Jun 30 '20 19:06 lgeiger