keras-resnet
keras-resnet copied to clipboard
Any pretrained model provided?
Nope. It's high on my todo list.
Hope to see it soon ^ ^
Would love this as well :)
Would be great if pre-trained model is provided.
There is a pretrained version here: https://github.com/fchollet/deep-learning-models
It may be possible to load those weights here!
I would not expect weight from resnet50 included with keras to be compatible with this repo model as it's uses the original resnet architecture with relu between identity blocks, not improved architecture used here.
In any case, would be great to have pretrained models.