tensorflow-resnet icon indicating copy to clipboard operation
tensorflow-resnet copied to clipboard

Cifar fix

Open TheMachinesTeacher opened this issue 8 years ago • 0 comments

I noticed train_cifar would fail because resnet.inference_small() would not return anything. Additionally, this codebase is not up to date with the changes made in the latest few tensorflow releases (1.0 onward I believe). I updated the tensorflow bits to avoid deprecation warnings and changed things so that this would work with python3.

TheMachinesTeacher avatar Sep 07 '17 02:09 TheMachinesTeacher