fchollet / deep-learning-models

Keras code and weights files for popular deep learning models.
MIT License
7.32k stars 2.46k forks source link

Inception V4 pertained network and weights #28

Open pchankh opened 7 years ago

pchankh commented 7 years ago

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

kentsommer commented 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.

boxerab commented 6 years ago

s/pertained/pretrained/