caffe-moon icon indicating copy to clipboard operation
caffe-moon copied to clipboard

Cannot create layer norm_conv8_max

Open jingchenchen opened this issue 7 years ago • 4 comments

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.

jingchenchen avatar Dec 27 '17 07:12 jingchenchen

Hi @zhanxiangsi , I have the same problem, Have you solved it? Thanks.

zhengge avatar Jan 26 '18 09:01 zhengge

@zhengge, No I've not solved it. I've sent an email to the author, but I've gotten no reply till now

jingchenchen avatar Jan 26 '18 23:01 jingchenchen

@zhanxiangsi thanks.

zhengge avatar Jan 27 '18 00:01 zhengge

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。

peterlau123 avatar Mar 10 '18 08:03 peterlau123