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

时光怂恿深爱的人放手 提交于 2021-02-10 13:26:08

问题


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


回答1:


The following two links may help

  1. detection_model_zoo

  2. TensorFlow-Slim image classification model library




回答2:


keras.applications makes it easy to load models and their pretrained weights if you can use Keras



来源:https://stackoverflow.com/questions/53265082/where-to-find-tensorflow-pretrained-models-list-or-download-link

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!