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

Harmonic component not getting trained while training on a higher sample rate! #478

Open
PratikStar opened this issue Dec 22, 2022 · 0 comments

Comments

@PratikStar
Copy link

PratikStar commented Dec 22, 2022

I am training the vanilla DDSP model (ae.gin), on my custom guitar dataset that has a sample rate= 44.1kHz.

One thing that I have learned is for this high sr; I will have to modify the SpectralLoss to have a higher fft_sizes!
But during the training, I noticed that my audio clip is being generated from the filtered noise component and the harmonic component is not getting trained!

I discovered this because I checked the spectrograms of the output signals from harmonic and the noise components!
I have trained for about 50k steps, and the loss has been steady for a while now (6.x)
I don't understand why this happens and what I should be doing to fix this.

The commands I used: #20 (comment)

I am attaching the screenshots of harmonic and noise components here!

(Resynthesized) Harmonic Component
image

(Resynthesized) Noise Component
image

(Resynthesized) Harmonic + Noise Component
image

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

1 participant