soumith / cuda-convnet2.torch

Torch7 bindings for cuda-convnet2 kernels!
Apache License 2.0
40 stars 16 forks source link

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

Open jedy1986 opened 9 years ago

jedy1986 commented 9 years ago

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 commented 8 years ago

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?