yonghenglh6 / DepthwiseConvolution

A personal depthwise convolution layer implementation on caffe by liuhao.(only GPU)
525 stars 184 forks source link

Unknown layer type: DepthwiseConvolution #7

Closed firefox1031 closed 7 years ago

firefox1031 commented 7 years ago

Hello, I added your .hpp/.cpp/.cu files to my caffe folders accordingly and compiled successfully(I didn't modify any other files). But when I try to train my mobilenet model, it always prompted " Unknown layer type: DepthwiseConvolution". Could you please tell me where the problem is? By the way, my caffe runs on windows 7.

yonghenglh6 commented 7 years ago

I'm sorry for not knowing a thing about windows-caffe. Have you ever tried add any other customed layer before?

firefox1031 commented 7 years ago

No, this is my first time to add a customed layer. I have completely no idea why this error occured.

yonghenglh6 commented 7 years ago

any progression?

firefox1031 commented 7 years ago

yes, I compiled it successfully