I have written a python layer to solve the data. However, it gives following error.
Traceback (most recent call last): File "/home/flag/imagenet/process_test.py", line 28, in class process1(caffe.Layer): AttributeError: 'module' object has no attribute 'Layer'.
I have added the python path and built caffe with_python_layer = 1. Can someone help me about this?
caffehere? How are you importing it? - Daniel Roseman