shawnwun/NNDIAL

ImportError: No module named hpc_submit

Opened this issue · 1 comments

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

I have the same problem.