【问题标题】:Manual on translating Caffe's "message" from caffe.proto to "layer" in .prototxt将 Caffe 的“消息”从 caffe.proto 翻译成 .prototxt 中的“层”的手册
【发布时间】:2018-01-17 07:30:44
【问题描述】:

考虑一下 Caffe 的 manual page about fully connected layer

它包含示例,以单词layer 开头,描述.prototxt 文件中的相应行。它还包含来自caffe.proto 的片段。

这个链接的手册页或多或少是详尽的和有用的。其他的则不那么冗长,例如HDF5 Data Layer

我的问题是 - 我如何使用来自caffe.proto 的给定摘录在我的.prototxt 中构造相应的layer

caffe.proto.prototxt的对应关系描述在哪里?

caffe.proto 中的许多其他条目也会出现同样的问题:NetParameterTransformationParameter、...

【问题讨论】:

    标签: neural-network deep-learning protocol-buffers caffe


    【解决方案1】:

    Caffe 使用Google's protocol buffer 格式来存储网络参数和配置(.prototxt 和 .binaryproto 文件)。 caffe.ptoto 文件是 caffe 使用的协议缓冲区格式规范。

    阅读 Google protobuf 的链接教程,了解caffe.proto 语法如何转换为出现在 caffe 的 prototxt 文件中的层定义和参数。

    【讨论】:

    • 此链接包含代码,但我对手动创建 prototxt 文件感兴趣。
    猜你喜欢
    • 2017-02-06
    • 2017-09-09
    • 2014-12-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-06-29
    • 1970-01-01
    • 2018-04-08
    相关资源
    最近更新 更多