我trained使用MNIST example architecture的模型(但在我自己的3个图像类集上)并且一直在尝试将其集成到C++ example中。我修改了MNIST架构文件,使其类似于C++ example(replacing the train and test layers with the input layer)的deploy.prototxt文件。
不幸的是,当我运行C ++程序时,它给出了以下错误:
F0827 14:57:28.427697 25511 insert_splits.cpp:35]未知的底部斑点 'label'(图层'准确性',底部索引1)
我试图谷歌它,我认为MNIST和C ++示例文件中的层之间存在一些差异,但无法解决我可以更改的内容以使其工作。