macournoyer / neuralconvo

Neural conversational model in Torch
776 stars 347 forks source link

'dpnn' update problem #36

Closed tsaiJN closed 8 years ago

tsaiJN commented 8 years ago

whenever I run th train.lua, I get the error message:

/auto/extra/b01902004/torch/install/bin/luajit: ...tra/b01902004/torch/install/share/lua/5.1/trepl/init.lua:383: ...tra/b01902004/torch/install/share/lua/5.1/trepl/init.lua:383: ...extra/b01902004/torch/install/share/lua/5.1/rnn/init.lua:4: Please update dpnn : luarocks install dpnn
stack traceback:
    [C]: in function 'error'
    ...tra/b01902004/torch/install/share/lua/5.1/trepl/init.lua:383: in function 'require'
    train.lua:1: in main chunk
    [C]: in function 'dofile'
    ...2004/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:145: in main chunk
    [C]: at 0x00405be0

and after updating dpnn by luarocks install dpnn and run th train.lua again, it gives me the exact same error message again

the output of luarocks show dpnn:

dpnn scm-1 - deep extensions to nn Modules and Criterions

sharedClone, type, outside, updateGradParameters, Serial, Inception, etc.

License:    BSD
Homepage:   https://github.com/Element-Research/dpnn
macournoyer commented 8 years ago

What is the output of which luarocks? Do you have several versions of luajit on your machine?