chenzhenhua986 / CAFFE-CapsNet

CapsNets built on CAFFE
Other
9 stars 5 forks source link

About using capsnet #1

Open xiaozhang404-coding opened 1 year ago

xiaozhang404-coding commented 1 year ago

Thanks for your great work! I have installed caffe without capsnet. If I want to train capsnet, do I need to recompile and install the caffe framework with capsnet?

chenzhenhua986 commented 1 year ago

Hey, you can follow the instruction use this package directly, or you can use your own caffe package by copying the CapsNets related files to it.

xiaozhang404-coding commented 1 year ago

Hey, thanks for your help!

mhafezan commented 1 year ago

Given my own caffe is already installed, copying the CapsNets-related files and doing a "make all" is the only thing we need to do, right?