deep-learning-models icon indicating copy to clipboard operation
deep-learning-models copied to clipboard

Inception V4 pertained network and weights

Open pchankh opened this issue 8 years ago • 2 comments

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

pchankh avatar Dec 20 '16 14:12 pchankh

@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.

kentsommer avatar Mar 20 '17 10:03 kentsommer

s/pertained/pretrained/

boxerab avatar Apr 02 '18 13:04 boxerab