ResNet-Tensorflow
ResNet-Tensorflow copied to clipboard
Simple Tensorflow implementation of pre-activation ResNet18, 34, 50, 101, 152
Results
4
ResNet-Tensorflow issues
Sort by
recently updated
recently updated
newest added
I wonder how to load pretrained network, thanks
I ran this project on ubuntu server 16.04. I installed this below requirements for this project `tensorflow==1.14.0 keras==2.2.5 matplotlib==3.1.1 Pillow==6.1.0 scipy==1.1.0` I just cloned this project and then ran as...