OpenEA
OpenEA copied to clipboard
NameError: name 'exit' is not defined
https://github.com/nju-websoft/OpenEA/blob/003ae4af5df0d1f38646ef74b74a1f71e80c7c93/src/openea/modules/train/batch.py#L14
exit is not defined
Hi,
Thanks for your interest in our work. Could you please provide more information about this issue? I did not experience the problem in my tests.
@sunzequn exit is not defined in that python file, so this error will be raised.
the file is "openea.modules.train.batch", it includes "exit(0)" "from sys import exit" might be a solution