shawnwun / NNDIAL

NNDial is an open source toolkit for building end-to-end trainable task-oriented dialogue models. It is released by Tsung-Hsien (Shawn) Wen from Cambridge Dialogue Systems Group under Apache License 2.0.
Other
348 stars 105 forks source link

ImportError: No module named hpc_submit #3

Open robotzheng opened 7 years ago

robotzheng commented 7 years ago

try run : python scp/batch_script/train_LIDM.py

if comment out the line including hpc_submit, then Traceback (most recent call last): File "scp/batch_script/train_LIDM.py", line 58, in fout.write( configN2N(arc['enc'],arc['dec'],arc['trk']) ) NameError: name 'arc' is not defined

haibincoder commented 5 years ago

I have the same problem.