Inception_v1 in model zoo?

Hi guys, I found all versions of resnet (18, 34, 50, 101, 152) in model zoo but only one version of inception (inception_v3_google) in the model zoo. It would be really helpful if you can add inception_v1 (https://arxiv.org/abs/1409.4842) to model zoo.

Thanks in Advance!

Also,there is no resnet v2 and resnext.

Actually, the following link maybe helpful if all of them can be implemented.

https://github.com/tensorflow/models/tree/master/slim#Pretrained

If you’re still interested, I made a repo with an inception_v1 implementation in pytorch and pre-trained weights:https://github.com/antspy/inception_v1.pytorch