from local

This commit is contained in:
dohe0342 2023-01-08 19:04:14 +09:00
parent 7b2a0fdb19
commit 8f169f9940
2 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ from icefall.utils import (
display_and_save_batch,
setup_logger,
str2bool,
save_args,
)
LRSchedulerType = Union[torch.optim.lr_scheduler._LRScheduler, optim.LRScheduler]