EAMM
EAMM copied to clipboard
Errors in run.py
Hello, I found a few errors in run.py file:
- You have an extra space in from of train_part2 function on the last line of run.py
- ImportError: cannot import name 'get_logger' from 'modules.util', so basically there is no get_logger in modules.util. Could you fix it?