Skip to content

a Python 3.6 + Keras 2 implementation of ResNet-101

License

Notifications You must be signed in to change notification settings

mcchran/ResNet-101_Keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a Python 3.6 + Keras 2 implementation of ResNet-101

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages