Open RobertLuo1 opened 2 years ago
I also encountered this problem. Is there any solution?
Additional complement: The full log:
I think you should modify the environment variable PYTHONPATH
like myself in Windows powershell, use $ENV:PYTHONPATH = (PATHTOYOURPROJECT)
Either you aren't in Path or haven't install the dependencies correctly
I have a problem that when I run the scripts in this form python scripts/run_experiment.py trainer.gpus=4 data.batch_size=32 and it will cause a bug that is shown below
How to handle this problem? Thanks!