facebookarchive / MemNN

Memory Networks implementations
Other
1.75k stars 374 forks source link

can't run MemN2N-lang-model #3

Closed egrcc closed 8 years ago

egrcc commented 8 years ago

Hi,

I'm a beginner of torch. While I run the MemN2N-lang-model in my ubuntu 15.10(CUDA 7.5 is installed and my data is copied from https://github.com/wojzaremba/lstm/tree/master/data ), I get a error:

2016-03-28 17-21-35

Could you tell me what's wrong with this?

Thanks~

soumith commented 8 years ago

hi, i dont see the same error message. can you try to update your nn and cunn packages via: luarocks install nn luarocks install cunn

tesatory commented 8 years ago

It is working fine for me too.

egrcc commented 8 years ago

@soumith Works! Thanks a lot!