mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Halve aux_grad_scale
This commit is contained in:
parent
c91014f104
commit
2e0111e6ef
@ -343,7 +343,7 @@ def _whitening_schedule(x: float, ratio: float = 2.0) -> ScheduledFloat:
|
||||
default=x)
|
||||
|
||||
def _aux_grad_scale() -> float:
|
||||
return 0.1
|
||||
return 0.05
|
||||
def _aux_grad_prob() -> ScheduledFloat:
|
||||
return ScheduledFloat((0.0, 0.25), (1000.0, 0.05), (8000.0, 0.0125))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user