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.
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...
EATS/utils/loss.py
Line 77 in 1e7c73d