keras-resnet
keras-resnet copied to clipboard
Submit Pull request to keras-contrib?
Keras has created a new official keras-contrib repository where they will accept a broader range of contributions than mainline keras, for eventual inclusion in mainline if it becomes widely used. Would you consider submitting your implementation?
https://github.com/farizrahman4u/keras-contrib
Sure. Where should the tests go? would resnet.py go into applications?
I think tests would go in: https://github.com/farizrahman4u/keras-contrib/tree/master/tests/keras_contrib
As for model contributions I'm opening up an issue on that topic now.
And now to come full circle, https://github.com/farizrahman4u/keras-contrib/issues/15 is the relevant github issue I created.
The directory structure is the same as keras, so it looks like you're right about the applications folder: https://github.com/fchollet/keras/blob/master/keras/applications/resnet50.py
The updated implementation is now merged in keras-contrib. Could you consider adding a pointer to there in the readme of this repository? I've incorporated fairly substantial updates over there. https://github.com/farizrahman4u/keras-contrib/blob/master/keras_contrib/applications/resnet.py
Looks very good. I honestly don't have time to maintain this repo anymore. I will simply redirect users to your repo for latest changes.