EATS icon indicating copy to clipboard operation
EATS copied to clipboard

A pytroch implementation of the EETS: End-to-End Adversarial Text-to-Speech

Results 3 EATS issues
Sort by recently updated
recently updated
newest added

Generator module is missing if possible could you please shre the dataset and folder sctucture as names.pkl file is missing. Can you please help

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

Missing Generator Under Models ``` Traceback (most recent call last): File "train.py", line 12, in from models.generator import Generator ModuleNotFoundError: No module named 'models.generator' ```