from local

This commit is contained in:
dohe0342 2023-01-13 17:41:03 +09:00
parent 83e2e56079
commit e81b863b1a
2 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ from icefall.utils import (
save_args, save_args,
) )
import wandb
LRSchedulerType = Union[torch.optim.lr_scheduler._LRScheduler, optim.LRScheduler] LRSchedulerType = Union[torch.optim.lr_scheduler._LRScheduler, optim.LRScheduler]