From efbdb21b702d98a04935f887dc80d6995d0a9f09 Mon Sep 17 00:00:00 2001 From: babysor00 Date: Sat, 16 Jul 2022 18:54:39 +0800 Subject: [PATCH] Refactor model --- synthesizer/models/tacotron.py | 1 - 1 file changed, 1 deletion(-) 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