aaron-xichen / pytorch-playground

Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)
MIT License
2.62k stars 612 forks source link

convenient to provide Inception-ResNet-v2, Inception V4 effects? #2

Closed Shuolongbj closed 7 years ago

Shuolongbj commented 7 years ago

Pretty work, can be further provided Top-5 Accuracy?

FYI. TF-slim: https://github.com/tensorflow/models/tree/master/slim

aaron-xichen commented 7 years ago

I am not sure whether we could get these two trained models directly in pytorch. Otherwise we may need to train them for ourselves. Top-5 Accuracy will be provided further, maybe couple of days I think.

Shuolongbj commented 7 years ago

Thanks, look forward to further big progress