标签: python-3.x caffe image-segmentation
我正在尝试编译以下模型:http://manutdzou.github.io/2016/12/27/FCN-segmentation.html
但我得到了错误:
KeyError:' fc6_my'
当我查看:solver.net.params.keys()时,我得到的输出为:odict_keys([ ])
solver.net.params.keys()
odict_keys([ ])
我不知道为什么要给no keys for the object: solver.net.params。
no keys for the object: solver.net.params