ry / tensorflow-resnet

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

Cifar fix #33

Open TheMachinesTeacher opened 7 years ago

TheMachinesTeacher commented 7 years ago

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.