kentsommer / keras-inceptionV4

Keras Implementation of Google's Inception-V4 Architecture (includes Keras compatible pre-trained weights)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merge this repo with Keras's applications

abrad1212 opened this issue · comments

@kentsommer you should submit a PR to get this merged into Keras's Application module

@abrad1212

I don't currently see a lot of reason for doing that. In my opinion, the Keras applications are meant to provide an introduction to different types of basic models with the least amount of friction possible to get them up and running. With InceptionV3 already there, I don't see a need to add InceptionV4 as the differences to V3 are not staggering and the hardware required to train V4 is not insignificant. So, people that want to dive deeper look for models outside the Keras applications (like this one). That is how I've always viewed it anyways.

Perhaps if a bunch of people agree that it is worth it, I will make up a PR.

@bdwyer2 works for me 👍

Since this is being tracked in the Keras issue mentioned above, I will close this for now.