zhufengx / SRN_multilabel

144 stars 39 forks source link

where is " include/caffe/layer" in caffe ? the folder of layer is missing? #11

Closed gjd2017 closed 6 years ago

gjd2017 commented 6 years ago

where is " include/caffe/layer" in caffe ? the folder of layer is missing?

zhufengx commented 6 years ago

where is " include/caffe/layer" in caffe ? the folder of layer is missing?

We used an early version of caffe which dose not contain the " include/caffe/layer" folder.

gjd2017 commented 6 years ago

so ,I need to add this folder to caffe?

zhufengx commented 6 years ago

so ,I need to add this folder to caffe?

Why do you need to add a new folder to caffe? I don't quite understand your question. The "caffe" provided in this repository is self-contained which does not need any new folders or files from other version of caffe.

gjd2017 commented 6 years ago

@zhufengx ,Oh ,I know, thank you very much.