You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after_norm_eps: Epsilon value for the final normalization module. (float, default = 1e-05 or 0.25 for BasicNorm)
467
467
after_norm_partial: Partial value for the final normalization module, if norm_type = 'rms_norm'. (float, default = -1.0)
468
468
# For more information on the parameters below, please refer to espnet2/asr_transducer/activation.py
@@ -521,7 +521,7 @@ The only mandatory configuration is `body_conf`, defining the encoder body archi
521
521
conv_mod_norm_momentum (optional): Momentum value forBatchnorm1din the convolutional module. (float, default = 0.1)
522
522
dropout_rate (optional): Dropout rate for some intermediate layers. (float, default = 0.0)
523
523
att_dropout_rate (optional): Dropout rate for the attention module. (float, default = 0.0)
524
-
pos_wise_dropout_rate (optional): Dropout rate for the position-wise module. (float, default = 0.0)
524
+
pos_wise_dropout_rate (optional): Dropout rate for the position-wise feed-forward module. (float, default = 0.0)
525
525
526
526
In addition, each block has a parameter `num_blocks` to build **N**times the defined block (int, default = 1). This is useful if you want to use a group of blocks sharing the same parameters without writing each configuration.
0 commit comments