Skip to content
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

Error in in conv_layer.cu :forward_gpu_gemm needs the argument skip_im2col #1962

Closed
nian-liu opened this issue Feb 25, 2015 · 7 comments
Closed

Comments

@nian-liu
Copy link

When I was compiling files in src\caffe\layers, I got below error:
src/caffe/layers/conv_layer.cu(20): error : too few arguments in function call
I checked the definition of the function forward_gpu_gemm called in line 20 in conv_layer.cu, it seems it lacks the argument skip_im2col here.

@npit
Copy link

npit commented Mar 11, 2015

I'm getting the same error when compiling caffe for windows.
Any fix?

@htzheng
Copy link

htzheng commented Mar 11, 2015

i tried to transplant Caffe into Windows, and the same problem occurred. forward_gpu_gemm seems to be defined at line 228 of base_conv_layer.cpp. Any suggestions?

@liqing-ustc
Copy link

just set the parameter to false

@nian-liu
Copy link
Author

As @liqing-ustc replied, just add "false" as the fourth argument.

@npit
Copy link

npit commented Mar 11, 2015

@liqing-ustc @nian-liu
Thank you very much.

@htzheng
Copy link

htzheng commented Mar 11, 2015

@liqing-ustc @nian-liu
Thanks!
BTW i'm from USTC too :)

@liqing-ustc
Copy link

@htzheng nice to meet you:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants