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
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"
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: