Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经用“.caffemodel.h5”格式训练了一个来自 caffe 的模型。我想解析它以提取参数并将其提供给千层面模型。我该怎么做?
您必须首先手动复制您的 caffemodel 的体系结构,即千层面层,或者使用执行此操作的脚本(一个接受 caffe protobuf 并将其转换为千层面的脚本存在 AFAIK,或者如果没有,则应该制作。无论如何,它存在于 sklearn-theano 中。)
手动,您需要使用 eg 打开 hf5 文件pytables,然后复制 Lasagne 中的体系结构。
pytables