StyleTTS2 icon indicating copy to clipboard operation
StyleTTS2 copied to clipboard

Small bug in train_finetune

Open Karesto opened this issue 11 months ago • 2 comments

In train_finetune, line 580 :

mask = length_to_mask(mel_input_length // (2 ** n_down)).to("cuda")

I assume this should be .to(device) in case of specific devices.

In addition to that, when running the FineTune notebook, multiple erros linked to iters_test = 0 pop up.

Karesto avatar Mar 20 '24 08:03 Karesto

Can you open a PR?

Faolain avatar Sep 12 '24 05:09 Faolain

Hi, there's already a PR opened for this specific issue : https://github.com/yl4579/StyleTTS2/pull/229.

Karesto avatar Sep 12 '24 07:09 Karesto