From 46bd93b792b3e1fb4026ea3c93d45c4706581edf Mon Sep 17 00:00:00 2001 From: Daniel Povey Date: Mon, 14 Nov 2022 23:17:20 +0800 Subject: [PATCH] Cosmetic fix --- egs/librispeech/ASR/pruned_transducer_stateless7/zipformer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless7/zipformer.py b/egs/librispeech/ASR/pruned_transducer_stateless7/zipformer.py index 232c0d4c8..ff31c3125 100644 --- a/egs/librispeech/ASR/pruned_transducer_stateless7/zipformer.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless7/zipformer.py @@ -1193,7 +1193,7 @@ class SelfAttention(nn.Module): Args: embed_dim: the input and output embedding dimension num_heads: the number of attention heads - value_dim: the value dimension per head + value_head_dim: the value dimension per head """ def __init__( self,