You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hello, I got an error after the installation while trying to start Model training
To Reproduce
Steps to reproduce the behavior:
pip install ./osu-dreamer
python scripts/cli.py fit -c config.yml -c osu_dreamer/model/model.yml --data.src_path /mnt/h/osu!/Songs
Expected behavior
The python script to be executed
Stacktrace
Traceback (most recent call last):
File "scripts/cli.py", line 1, in <module>
from pytorch_lightning.cli import LightningCLI
ImportError: No module named pytorch_lightning.cli
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello, I got an error after the installation while trying to start Model training
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The python script to be executed
Stacktrace
The text was updated successfully, but these errors were encountered: