Tflearn: Where can I get trained models?

Created on 9 Aug 2016  路  5Comments  路  Source: tflearn/tflearn

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.

Most helpful comment

Please add Inception V3 pre-trained if possible.

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jason4zhu picture jason4zhu  路  3Comments

SebastianKlein picture SebastianKlein  路  3Comments

ruizhaogit picture ruizhaogit  路  4Comments

bittlingmayer picture bittlingmayer  路  4Comments

lengstrom picture lengstrom  路  4Comments