Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 394 Bytes

readme.md

File metadata and controls

5 lines (3 loc) · 394 Bytes

resnet-101_keras.py code from: https://github.com/flyyufelix/cnn_finetune/blob/master/resnet_101.py

The only value I have added to flyyufelix's awesome work is to make the layers calls compatible with the latest Keras 2 API so I don't get those annoying deprecation warnings anymore. Please see his repo for description and for links to download the TensorFlow or Theano network weights.