EATS icon indicating copy to clipboard operation
EATS copied to clipboard

Where's the DTW loss?

Open rohanbadlani opened this issue 4 years ago • 2 comments

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...https://github.com/yanggeng1995/EATS/blob/1e7c73d69ca13260da499e69813049f629ea1d77/utils/loss.py#L77 --> i have a hard time understanding if this has the DTW component to the loss.

rohanbadlani avatar Sep 28 '20 19:09 rohanbadlani

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...

https://github.com/yanggeng1995/EATS/blob/1e7c73d69ca13260da499e69813049f629ea1d77/utils/loss.py#L77

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

I think it is not implemented.

talipturkmen avatar Jan 27 '21 16:01 talipturkmen

@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

v-nhandt21 avatar Sep 24 '21 18:09 v-nhandt21