From 1c1984d25b150dd703746372c55d0226a5840d1b Mon Sep 17 00:00:00 2001 From: erogol Date: Mon, 17 Aug 2020 16:41:31 +0200 Subject: [PATCH] comments update --- mozilla_voice_tts/tts/layers/glow_tts/transformer.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mozilla_voice_tts/tts/layers/glow_tts/transformer.py b/mozilla_voice_tts/tts/layers/glow_tts/transformer.py index 366e48a8..ab54b36f 100644 --- a/mozilla_voice_tts/tts/layers/glow_tts/transformer.py +++ b/mozilla_voice_tts/tts/layers/glow_tts/transformer.py @@ -9,9 +9,8 @@ from mozilla_voice_tts.tts.layers.glow_tts.glow import LayerNorm class RelativePositionMultiHeadAttention(nn.Module): - """Implementation of https://arxiv.org/pdf/1803.02155.pdf - Visualization of the algorithm - https://raw.githubusercontent.com/Separius/CudaRelativeAttention/master/algorithm.png + """Implementation of Relative Position Encoding based on + https://arxiv.org/pdf/1809.04281.pdf """ def __init__(self, channels,