From 501bf1a56266faf29817d30de1a9624d8fcec320 Mon Sep 17 00:00:00 2001 From: zxcd <228587199@qq.com> Date: Thu, 15 May 2025 03:17:22 +0000 Subject: [PATCH] test ci --- paddlespeech/t2s/modules/tacotron2/attentions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddlespeech/t2s/modules/tacotron2/attentions.py b/paddlespeech/t2s/modules/tacotron2/attentions.py index 72d1b1375..7a9e833bb 100644 --- a/paddlespeech/t2s/modules/tacotron2/attentions.py +++ b/paddlespeech/t2s/modules/tacotron2/attentions.py @@ -174,7 +174,7 @@ class AttLoc(nn.Layer): att_prev = att_prev / enc_hs_len.unsqueeze(-1).astype( att_prev.dtype) else: - att_prev.unsqueeze(-1) + att_prev.unsqueeze(-1) # only for static graph # att_prev: (utt, frame) -> (utt, 1, 1, frame) # -> (utt, att_conv_chans, 1, frame)