th main.lua -algo RCNN -backend cudnn gives me the following error on the refactoring branch:
nn.CrossEntropyCriterion
==> Converting model to CUDA
/home/ubuntu/torch/install/bin/luajit: /home/ubuntu/object-detection.torch/data.lua:28: attempt to index field 'algo' (a nil value)
stack traceback:
/home/ubuntu/object-detection.torch/data.lua:28: in main chunk
[C]: in function 'dofile'
main.lua:33: in main chunk
[C]: in function 'dofile'
...untu/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:131: in main chunk
[C]: at 0x00406670
th main.lua -algo RCNN -backend cudnngives me the following error on the refactoring branch: