caffe-moon
caffe-moon copied to clipboard
Cannot create layer norm_conv8_max
Hi I have downloaded the "custom_layers.hpp","normalize_layer.cpp" and "normalize_layer.cu" and put them in my caffe. Although I can successfully compile the code now, I can't run the test code and the error is "Creating layer norm_conv8_max Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type Normalize". Can you help me about this problem? I guess I need a "normalize_layer.hpp" or something.
Hi @zhanxiangsi , I have the same problem, Have you solved it? Thanks.
@zhengge, No I've not solved it. I've sent an email to the author, but I've gotten no reply till now
@zhanxiangsi thanks.
I have compiled the code successfully and run the code well.You should check whether you have downloaded all the files from the same branch master。