dqn icon indicating copy to clipboard operation
dqn copied to clipboard

./convnet.lua:22: attempt to call local 'convLayer' (a nil value)

Open JeffreyYH opened this issue 7 years ago • 1 comments

What is wrong with this?

../torch/bin/luajit: ./convnet.lua:22: attempt to call local 'convLayer' (a nil value)

JeffreyYH avatar Nov 02 '17 13:11 JeffreyYH

SpatialConvolutionCUDA is deprecated. This shows the relevant code to remove. https://github.com/soumith/deepmind-atari/commit/88fffeaa04724d1b34f2586f8fc08ebc44256cb0

marcinic avatar Dec 21 '17 18:12 marcinic