Open ank286 opened 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
FLAGS.batch_size
Any update would be really appreciated. Thank you, Ankur
Is there any update on the Imagenet-Resnet example ?
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