when run ssd_pascal.py, AttributeError: 'str' object has no attribute '_to_proto'
Traceback (most recent call last):
File "/home/frankzhan/caffe/examples/ssd/ssd_pascal_orig.py", line 466, in
I have searched, but I find no others have the same problem.
I have the same problem, have you soloved?
+1
+1
Hey Guys,
I don't know if this error is still a topic, however, I had the same error and in my case I debugged it by making sure that the layers are indeed caffe layers and not strings. In my case I forgot to call a value, so it resulted in the program trying to concat a string to a caffe layer, which leads to this error.
I hope I could help.
Cheers, d3lt4-papa