pps-lab / fl-analysis

MIT License
26 stars 1 forks source link

name'DataHolder' is not defined #3

Closed lisitian080516 closed 1 year ago

lisitian080516 commented 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.

hiddely commented 1 year ago

Thanks for pointing this out! There was an unused import referring to src.torch_compat.py. Commit c0b799 fixes the imports.

Please let me know if you find any other issue!