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

cnn2 can not support 224*224 input size? #34

Open
jedy1986 opened this issue Sep 14, 2015 · 1 comment
Open

cnn2 can not support 224*224 input size? #34

jedy1986 opened this issue Sep 14, 2015 · 1 comment

Comments

@jedy1986
Copy link

I modified the benchmark.lua file in /convnet-benchmarks-master/torch7/layerwise_benchmarks and changed the iw and ih into 224, but I got these error:

image

@jedy1986
Copy link
Author

Anybody can help me ?
I want to testing ccn2 with the input size 224*224. I changed the benchmark.lua file in /convnet-benchmarks-master/torch7/layerwise_benchmarks:
image

But it returns the error as follows:
CONFIG: input = 3x224x224 * ker = 3x96x11x11 (bs = 32, stride = 1)
/tmp/luarocks_ccn2-scm-1-5155/cuda-convnet2.torch/cudaconv3/src/filter_acts.cu(2086) : getLastCudaError() CUDA error : filterActs: kernel execution failed : (9) invalid configuration argument.

Why did this happen?

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

1 participant