You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bin/luajit: models/frcnn_alexnet.lua:55: wrong number of parameter elements !
stack traceback:
[C]: in function 'assert'
models/frcnn_alexnet.lua:55: in function 'loadModel'
test.lua:10: in main chunk
[C]: in function 'dofile'
...e/lc/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:145: in main chunk
[C]: at 0x00406670
The text was updated successfully, but these errors were encountered:
For the moment, nn doesn't support the groups option (which is necessary for alexnet model to run).
I'll update the README, but in the meanwhile, you can fix it by using the cudnn backend in loadModel (pass cudnn as a second argument.
The Examples script in ReadMe can't run with provided frcnn_alexnet.t7 (https://drive.google.com/file/d/0B-TTdm1WNtyba3I4Vm1hbFRSS2c/view?usp=sharing) file. (refactoring branch)
bin/luajit: models/frcnn_alexnet.lua:55: wrong number of parameter elements !
stack traceback:
[C]: in function 'assert'
models/frcnn_alexnet.lua:55: in function 'loadModel'
test.lua:10: in main chunk
[C]: in function 'dofile'
...e/lc/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:145: in main chunk
[C]: at 0x00406670
The text was updated successfully, but these errors were encountered: