Open duyuting opened 6 years ago
File "/home/dyt/ssd.pytorch/pytorch2caffe/pytorch2caffe.py", line 165, in add_layer layer['type'] = layer_dict[parent_type]
builtins.KeyError: 'NoneType'
I want convert ssd net to caffe ,this error how can I process?
Got that error too when I tried to convert a fcn-like network to caffe. Have solved this?
File "/home/dyt/ssd.pytorch/pytorch2caffe/pytorch2caffe.py", line 165, in add_layer layer['type'] = layer_dict[parent_type]
builtins.KeyError: 'NoneType'
I want convert ssd net to caffe ,this error how can I process?