vlfeat / matconvnet

MatConvNet: CNNs for MATLAB
Other
1.4k stars 753 forks source link

User defined layer in MatConvNet #815

Open Addhi86 opened 7 years ago

Addhi86 commented 7 years ago

Hello, I have recently started using MatConvNet. I want to know that is it possible to add user defined layer in MatConvNet?

bazilas commented 7 years ago

Yes. It might more convenient to do it using the dagnn structure.

Some related discussion: #396