mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +00:00
Change max rms from 10.0 to 4.0
This commit is contained in:
parent
cedfb5a377
commit
d48fe0b99c
@ -962,7 +962,7 @@ param_rms_smooth1: Smoothing proportion for parameter matrix, if assumed rank of
|
||||
|
||||
if True:
|
||||
# Apply max_rms
|
||||
max_rms = 10.0
|
||||
max_rms = 4.0
|
||||
ans.clamp_(max=max_rms*2)
|
||||
ans /= _mean(ans, exclude_dims=[0], keepdim=True)
|
||||
ans.clamp_(max=max_rms)
|
||||
|
Loading…
x
Reference in New Issue
Block a user