deep-learning-for-indentation icon indicating copy to clipboard operation
deep-learning-for-indentation copied to clipboard

code issue

Open LanPeng-94 opened this issue 3 years ago • 3 comments

This might be a stupid question. I read the introduction to the code and uncommented a line of ExpData in data.py, but why did I still get an error when I run it? image image

LanPeng-94 avatar Dec 06 '20 02:12 LanPeng-94

Not sure what you did. But you may try to fix it by looking at the error message "Invalid argument: 'E*.dat'".

lululxvi avatar Dec 07 '20 03:12 lululxvi

Not sure what you did. But you may try to fix it by looking at the error message "Invalid argument: 'E*.dat'".

Thank you for your reply. I, as a matter of fact, just downloaded the code and ran it, and the above error occurred.

LanPeng-94 avatar Dec 07 '20 12:12 LanPeng-94

The error occurs when it tries to save the result in "E*.dat". It seems that your operating system does not allow "*" in the file name. You can modify the file name.

lululxvi avatar Dec 10 '20 00:12 lululxvi