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
When I want to run it with default python train.py +configs=commonvoice , it occurs an error:
deepspeech.pytorch/venv/lib/python3.8/site-packages/hydra/_internal/hydra.py:119: UserWarning: Future Hydra versions will no longer change working directory at job runtime by default.
See https://hydra.cc/docs/1.2/upgrades/1.1_to_1.2/changes_to_job_working_dir/ for more information.
ret = run_job(
Global seed set to 123456
Error executing job with overrides: ['+configs=commonvoice']
Error in call to target 'pytorch_lightning.trainer.trainer.Trainer':
TypeError("__init__() got an unexpected keyword argument 'num_processes'")
full_key: trainer
The text was updated successfully, but these errors were encountered:
Hello! If you have installed the latest version of pytorch lightning you can check the documentation of it and there is no keyword "num_processes" available in the latest docs. You can either remove the line or go back to the version that has it.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When I want to run it with default
python train.py +configs=commonvoice
, it occurs an error:The text was updated successfully, but these errors were encountered: