【问题标题】:How to convert VGG16 caffemodel in model zoo from old definition "layers" to "layer"?如何将模型动物园中的 VGG16 caffemodel 从旧定义的“层”转换为“层”?
【发布时间】:2017-02-28 12:59:22
【问题描述】:

我想在 VGG16 模型中添加一个新的 python 层,但似乎是 Python 层does not support old layer definition "layers",我想使用使用带有“层”的 prototxt 训练的预训练 VGG16 caffemodel,但它不能使用在带有“层”的 prototxt 中。那么是否有任何转换caffemodal,使其适用于“层”?

【问题讨论】:

    标签: python caffe


    【解决方案1】:

    只需使用tools/upgrate_net_proto_text将“layers”转换为“layer”,caffemodel就可以同时使用了。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-01-19
      • 2017-02-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-08-18
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多