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

Where's the DTW loss? #5

Open
rohanbadlani opened this issue Sep 28, 2020 · 2 comments
Open

Where's the DTW loss? #5

rohanbadlani opened this issue Sep 28, 2020 · 2 comments

Comments

@rohanbadlani
Copy link

Hi,

Thanks for making the implementation available for this research paper...Can you point me to the place you compute the DTW loss? I see that there's Multi resolution STFT loss...

class MultiResolutionSTFTLoss(nn.Module):
--> i have a hard time understanding if this has the DTW component to the loss.

@talipturkmen
Copy link

talipturkmen commented Jan 27, 2021

Hi,

Thanks for making the implementation available for this research paper...Can you point me to the place you compute the DTW loss? I see that there's Multi resolution STFT loss...

class MultiResolutionSTFTLoss(nn.Module):

--> i have a hard time understanding if this has the DTW component to the loss.

I think it is not implemented.

@v-nhandt21
Copy link

@rohanbadlani @talipturkmen Have you try the soft DTW, did it converge? I found the Pseudocode in paper but, don't know how to use it with GPU

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

3 participants