-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consult whether this codes can be complied and run on Linux #13
Comments
Yes. I have tested this code on linux platform. |
Hi, Well, I download Caffe for linux from the link: https://github.com/BVLC/caffe, put your codes to directory examples, and modified the Makefile (added the header file to INCLUDE_DIRS variables), also modified your codes (header on *.cpp file only), and got the errors as below: CXX examples/pseudo-3d/caffe_add_layers/src/pooling3d_layer.cpp Could you please help to fix it? Thanks in advance. |
https://github.com/facebook/C3D/tree/master/C3D-v1.1 |
@jetyingjia CXX examples/pseudo-3d/caffe_add_layers/src/bn_layer.cpp |
I found that the caffe.proto file on this project contains following structure: message BNParameter { But why it don't contain bn_param parmeter? How to add this parameter to this file caffe.proto ? |
Now, only remained following errors: |
Hi, |
Hi ZhoFan, message LayerParameter { |
Hi, you add this line to the existed LayerParameter or create a new LayerParamter? |
I add above total structure to caffe.proto which is downloaded from your project here. I don't find any caffe.proto files except the caffe.proto downloaded from your project...., And In your caffe.proto files, there are not any structures named LayerParameter, that's why I added the total structure(only contain bn_param) to the file. |
// NOTE // The train / test phase for computation. // The amount of weight to assign each top blob in the objective. // Specifies training parameters (multipliers on global learning constants, // The blobs containing the numeric parameters of the layer. // Specifies whether to backpropagate to each bottom. If unspecified, // Rules controlling whether and when a layer is included in the network, // Parameters for data pre-processing. // Parameters shared by loss layers. // Layer type-specific parameters. message Pooling3DParameter { message BNParameter { Your own caffe include caffe.proto,you just need to modify the first one LayerParameter: |
@xhappy P3D can be compiled on Linux platform. Check the step instructions here: https://zhuanlan.zhihu.com/p/35359709 |
Hello ZhaoFan,
Thanks for your great work.
I would like to consult whether your codes can be compiled and run on Caffe for Linux without any modifications except updating configurations. I suspect that it will be "NO" since I got many compiling error under Linux....Could you please help to point it? I only need answer "Yes" Or "NO", a simple reply. Thanks in advance.
The text was updated successfully, but these errors were encountered: