diff --git a/synthesizer/models/tacotron.py b/synthesizer/models/tacotron.py index a76a50f..1c12649 100644 --- a/synthesizer/models/tacotron.py +++ b/synthesizer/models/tacotron.py @@ -1,4 +1,3 @@ - import torch import torch.nn as nn from .sublayer.global_style_token import GlobalStyleToken