yujiali / ggnn

Gated Graph Sequence Neural Networks
MIT License
273 stars 58 forks source link

Download Babi data #1

Closed lyt91222 closed 8 years ago

lyt91222 commented 8 years ago

Hi, I have a problem when downloading babi data using 'bash get_10_fold_data.sh'. The error is shown as screen shot 2016-07-02 at 8 18 18 pm

I encounter the same problem at different machines. However, I can run test.py successfully. I'm wondering is there any path problems? (I have torch, lua, luarocks installed)

yujiali commented 8 years ago

Looks like your torch could not find the package "class". You should check if you are able to do require 'class' successfully.