【问题标题】:Tensorflow slim pre-trained alexnet [closed]Tensorflow slim 预训练 alexnet [关闭]
【发布时间】:2017-06-15 22:31:50
【问题描述】:

Tensorflow slim 库为 alexnet 提供了图形结构,但它似乎没有提供预训练的(在 Imagenet 上)alexnet 检查点 (https://github.com/tensorflow/models/tree/master/research/slim)。有没有为 TF-slim 提供预训练的 alexnet 检查点?

【问题讨论】:

标签: python tensorflow tf-slim


【解决方案1】:

与 VGG 或 Inception 不同,TensorFlow 不附带预训练的 AlexNet。 Caffe 可以,但转换为 tensorflow 并非易事。

感谢Frederik Kratzert,他完成了这项工作并分享了@98​​7654322@

总之,您需要:

  1. 下载Caffe model and weights

  2. 使用caffe-to-tensorflow将Caffe模型转换为Tensorflow模型

  3. 如果转换模型和超薄模型之间的任何差异,请参阅差异,并使适配

更多详情请关注here

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2017-09-10
    • 1970-01-01
    • 2017-06-10
    • 2018-07-25
    • 1970-01-01
    • 1970-01-01
    • 2018-08-24
    相关资源
    最近更新 更多