Hi. thank you for your great work.
As you intended, src/infra/launch_local.py changes the directory to experiments/my_experiment and trains the model. However, I encountered ModuleNotFoundError at line 24 and line 25 in src/training/training_loop.py. After I changed the lines, everything goes fine. The problem kept occurring even when I added experiments/my_experiment to sys.path. I wonder that this problem didn't occur in your case.
Thanks again and stay safe.
Best Wishes,
Lee
Hi. thank you for your great work.
As you intended,
src/infra/launch_local.pychanges the directory toexperiments/my_experimentand trains the model. However, I encounteredModuleNotFoundErroratline 24andline 25insrc/training/training_loop.py. After I changed the lines, everything goes fine. The problem kept occurring even when I addedexperiments/my_experimenttosys.path. I wonder that this problem didn't occur in your case.Thanks again and stay safe.
Best Wishes,
Lee