EATS
EATS copied to clipboard
Where's the DTW loss?
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.
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.
@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