Replies: 1 comment 2 replies
-
vits/vits2 is easier to train than glowtts. I suggest to switch to vits, end to end and better quality. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(coqui) root@DESKTOP-H42AEU4:/coqui# python train_pl_wsl.py
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
--> TIME: 2024-11-08 12:02:09 -- STEP: 0/5 -- GLOBAL_STEP: 0
| > current_lr: 2.5e-07
| > step_time: 1.343 (1.342970371246338)
| > loader_time: 1.7516 (1.7515895366668701)
[!]
train_step()
retunedNone
outputs. Skipping training step.[!]
train_step()
retunedNone
outputs. Skipping training step.[!]
train_step()
retunedNone
outputs. Skipping training step.[!]
train_step()
retunedNone
outputs. Skipping training step.[!]
train_step()
retunedNone
outputs. Skipping training step./coqui/lib/python3.12/site-packages/torch/optim/lr_scheduler.py:224: UserWarning: Detected call of
lr_scheduler.step()
beforeoptimizer.step()
. In PyTorch 1.1.0 and later, you should call them in the opposite order:optimizer.step()
beforelr_scheduler.step()
. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-ratewarnings.warn(
/coqui/coqui-ai-TTS/TTS/tts/models/glow_tts.py:418: FutureWarning:
torch.cuda.amp.autocast(args...)
is deprecated. Please usetorch.amp.autocast('cuda', args...)
instead.with autocast(enabled=False): # avoid mixed_precision in criterion
--> STEP: 0
| > loss: 1.9118473529815674 (1.9118473529815674)
| > log_mle: 0.7955801486968994 (0.7955801486968994)
| > loss_dur: 1.116267204284668 (1.116267204284668)
--> EVAL PERFORMANCE
| > avg_loader_time: 0.3790626525878906 (+0)
| > avg_loss: 1.9118473529815674 (+0)
| > avg_log_mle: 0.7955801486968994 (+0)
| > avg_loss_dur: 1.116267204284668 (+0)
is it normal output?
Beta Was this translation helpful? Give feedback.
All reactions