ry / tensorflow-resnet

ResNet model in TensorFlow
MIT License
1.66k stars 625 forks source link

ImageNet example complete? #11

Open ank286 opened 8 years ago

ank286 commented 8 years ago

Hello, I wanted to know if the ImageNet-Resnet example is complete as I would like to test it out. I saw in the Readme that it wasn't?

I also don't understand how https://github.com/ry/tensorflow-resnet/blob/master/train_imagenet.py#L94 works in loading all the images of the dataset. It seems to be returning a tensor of size of FLAGS.batch_size

Any update would be really appreciated. Thank you, Ankur

antoajayraj commented 7 years ago

Is there any update on the Imagenet-Resnet example ?