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

about Loss_T #6

Open
FlyToYourMooN opened this issue Mar 11, 2024 · 1 comment
Open

about Loss_T #6

FlyToYourMooN opened this issue Mar 11, 2024 · 1 comment

Comments

@FlyToYourMooN
Copy link

image
Hello, I'm trying to train a model on the Opensinger dataset, but the Loss_T keeps going up and the resulting speech is almost incomprehensible, do you have any suggestions for that? The configurations I'm using are all default, just batch_size = 8 and LR reduced by half. Thank you so much!

@yoyolicoris
Copy link
Member

Hi @FlyToYourMooN, thanks for asking.

Could you provide some generated audio samples?

The loss_T looks normal, but loss (the negative ELBO) looks higher than usual (in my experiments the loss should be around -5.6 at 240k).

You can also check out the repo https://github.com/yoyololicon/duet-svs-diffusion.
We used the 1D UNet from https://github.com/archinetai/audio-diffusion-pytorch as a denoiser (which is stronger than the noncausal wavenet of diffwave) and trained it on 8 singing voice datasets (including OpenSinger). We also made the checkpoint available.

I hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants