from local

This commit is contained in:
dohe0342 2022-12-10 14:16:07 +09:00
parent d9abb09fc5
commit e961b355ee
2 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ from icefall.utils import (
save_args,
)
import wandb
#from icefall.checkpoint import save_checkpoint as save_checkpoint_impl
LRSchedulerType = Union[torch.optim.lr_scheduler._LRScheduler, optim.LRScheduler]