Open pchankh opened 7 years ago
@pchankh
I have a working Keras-1 compatible version of Inception-V4 released here (includes pre-trained weights): https://github.com/kentsommer/keras-inceptionV4
There is currently an issue with kernel weight conversion in Keras-2 (You can track the issue here: https://github.com/fchollet/keras/issues/5885), however, once that is fixed, I will be submitting a Keras-2 compatible Inception-V4 PR to get it added to the Applications folder.
s/pertained/pretrained/
Now that inception v4 pertained network weights is out. https://research.googleblog.com/2016/08/improving-inception-and-image.html
Is there any plan to support loading this pretrained inception v4 model in the application folder like the one on inception v3? Have anyone been successful loading this weight in keras?
Thanks.
Dr Patrick