ratishsp / data2text-plan-py

Code for AAAI 2019 paper on Data-to-Text Generation with Content Selection and Planning
163 stars 46 forks source link

environment config for running extractor.lua? #12

Closed LTlitong closed 5 years ago

LTlitong commented 5 years ago

Hi, thanks for the awesome code and paper !

I got this problem when I run the extractor.lua: /usr/bin/luajit: /usr/share/lua/5.1/torch/File.lua:351: cuda runtime error (2) : out of memory at /tmp/luarocks_cutorch-scm-1-4656/cutorch/lib/THC/generic/THCStorage.cu:66

The issue seems to be related to the versions of torch or lua.

So could you please share the running environment config for extractor.lua?

Thanks a lot !

ratishsp commented 5 years ago

My cuda version is cuda-8.0.44 and cuDNN version is cuDNN-5.1

hwijeen commented 5 years ago

Could you provide more info about the environment?

Would it be possible that you provide a Dockerfile to run extractor.lua? I'm having way too much trouble on running it.....