arashno / tensorflow_multigpu_imagenet

Tensorflow code for training different architectures(DenseNet, ResNet, AlexNet, GoogLeNet, VGG, NiN) on ImageNet dataset + Multi-GPU support + Transfer Learning support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sure muti-gpus?

JeremyYR opened this issue · comments

According your code, all towers feed same data?

That's not true. Each tower receives it's own chunk of data.