from local

This commit is contained in:
dohe0342 2023-05-24 13:23:58 +09:00
parent ea56d99e73
commit 616bb9f500
2 changed files with 1 additions and 0 deletions

View File

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