Revert "Change warmup schedule and increase warmup_batches from 4k to 6k"

This reverts commit 86845bd5d859ceb6f83cd83f3719c3e6641de987.
This commit is contained in:
Daniel Povey 2022-10-09 11:30:27 +08:00
parent d467338837
commit 5255969544

View File

@ -63,7 +63,7 @@ class Conformer(EncoderInterface):
num_encoder_layers: Tuple[int] = (12, 12),
dropout: float = 0.1,
cnn_module_kernel: Tuple[int] = (31, 31),
warmup_batches: float = 6000.0,
warmup_batches: float = 4000.0,
) -> None:
super(Conformer, self).__init__()