From 44b4cb5ba570270d4f3fd9ac555a366776223a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Sun, 4 Apr 2021 03:55:37 +0200 Subject: [PATCH] DCA comment --- TTS/tts/layers/tacotron/attentions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/TTS/tts/layers/tacotron/attentions.py b/TTS/tts/layers/tacotron/attentions.py index be35deb8..1f682e4c 100644 --- a/TTS/tts/layers/tacotron/attentions.py +++ b/TTS/tts/layers/tacotron/attentions.py @@ -354,6 +354,7 @@ class MonotonicDynamicConvolutionAttention(nn.Module): Dynamic convolution attention is an alternation of the location senstive attention with dynamically computed convolution filters from the previous attention scores and a set of constraints to keep the attention alignment diagonal. + DCA is sensitive to mixed precision training and might cause instable training. Args: query_dim (int): number of channels in the query tensor.