简体   繁体   中英

Where to find tensorflow pretrained models (list or download link)

I am starting to work with Intel movidius neural compute stick. To start working, in my case, it is necessary to download pretrained models. In the tutorials they refer to http://download.tensorflow.org/models/ .

However, there is not a list that shows all the models available for download.

If the latest version of a.net, lets say inception_v4, is not known, I cannot download the corresponding.tar.gz file.

Does anyone know a method to have an updated list of the.tar.gz files of the pretrained models available for download?

Thanks

如果你可以使用Keras,keras.applications可以轻松加载模型及其预训练的权重

Considering that most of the posted linked outdated, I suggest looking into the TensorFlow hub ( https://www.tensorflow.org/hub ) for more recent pre-trained models.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM