Hi, everyone,
I want some trained models (VGG, Inception, AlexNet) for feature extraction, but I cannot find any. For me, because of the GTX980 memory limitation, retraining a VGG model on imagenet is impossible. I'll be very grateful if someone could offer some trained models.
There are a model available here: https://github.com/tflearn/models
We are lacking of models now but we plan to add some more. Otherwise, you can download any model from other library (for example as a numpy array), and assign each weight to each layer (see weights_init parameter).
Please add Inception V3 pre-trained if possible.
Do you have pretrained cifar_10_cnn model?
+1
Please add resnet50 pre-trained if possible.
Most helpful comment
Please add Inception V3 pre-trained if possible.