Closed lisitian080516 closed 1 year ago
when I run python -m src.main -c config.yml, there will be a NameError: name 'DataHolder' is not defined. The I found the src.torch_compat.py is missed.
Thanks for pointing this out! There was an unused import referring to src.torch_compat.py. Commit c0b799 fixes the imports.
src.torch_compat.py
Please let me know if you find any other issue!
when I run python -m src.main -c config.yml, there will be a NameError: name 'DataHolder' is not defined. The I found the src.torch_compat.py is missed.