from local

This commit is contained in:
dohe0342 2023-01-09 20:06:06 +09:00
parent fe47243693
commit 96346c2276
2 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ from joiner import Joiner
from lhotse.cut import Cut
from lhotse.dataset.sampling.base import CutSampler
from lhotse.utils import fix_random_seed
from model import Transducer
from model import Transducer, Interformer
from optim import Eden, Eve
from torch import Tensor
from torch.cuda.amp import GradScaler