tensorflow 预训练模型列表
https://github.com/tensorflow/models/tree/master/research/slim
Pre-trained Models
Neural nets work best when they have many parameters, making them powerful function approximators. However, this means they must be trained on very large datasets. Because training models from scratch can be a very computationally intensive process requiring days or even weeks, we provide various pre-trained models, as listed below. These CNNs have been trained on the ILSVRC-2012-CLS image classification dataset.
In the table below, we list each model, the corresponding TensorFlow model file, the link to the model checkpoint, and the top 1 and top 5 accuracy (on the imagenet test set). Note that the VGG and ResNet V1 parameters have been converted from their original caffe formats (here and here), whereas the Inception and ResNet V2 parameters have been trained internally at Google. Also be aware that these accuracies were computed by evaluating using a single image crop. Some academic papers report higher accuracy by using multiple crops at multiple scales.
Model | TF-Slim File | Checkpoint | Top-1 Accuracy | Top-5 Accuracy |
69.8 | 89.6 | |||
73.9 | 91.8 | |||
78.0 | 93.9 | |||
80.2 | 95.2 | |||
80.4 | 95.3 | |||
75.2 | 92.2 | |||
76.4 | 92.9 | |||
76.8 | 93.2 | |||
75.6 | 92.8 | |||
77.0 | 93.7 | |||
77.8 | 94.1 | |||
79.9* | 95.2* | |||
71.5 | 89.8 | |||
71.1 | 89.8 | |||
70.9 | 89.9 | |||
59.1 | 81.9 | |||
41.5 | 66.3 | |||
74.9 | 92.5 | |||
71.9 | 91.0 | |||
74.0 | 91.6 | |||
82.7 | 96.2 | |||
82.9 | 96.2 | |||
74.2 | 91.9 |