Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LR Scheduler Bug when continuing training #4

Closed
a-froghyar opened this issue May 27, 2021 · 1 comment
Closed

LR Scheduler Bug when continuing training #4

a-froghyar opened this issue May 27, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@a-froghyar
Copy link
Owner

Traceback (most recent call last):
  File "./TTS/bin/train_tacotron.py", line 909, in <module>
    main(args)
  File "./TTS/bin/train_tacotron.py", line 830, in main
    scheduler = StepwiseGradualLR(optimizer,
  File "/home/julian/workspace/Capacitron/TTS/utils/training.py", line 108, in __init__
    super(StepwiseGradualLR, self).__init__(optimizer, last_epoch)
  File "/home/julian/miniconda3/envs/TTS/lib/python3.8/site-packages/torch/optim/lr_scheduler.py", line 39, in __init__
    raise KeyError("param 'initial_lr' is not specified "
KeyError: "param 'initial_lr' is not specified in param_groups[0] when resuming an optimizer"
@a-froghyar a-froghyar mentioned this issue May 27, 2021
10 tasks
@a-froghyar a-froghyar added the bug Something isn't working label May 27, 2021
@a-froghyar
Copy link
Owner Author

We're getting rid of the scheduler so closing this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant