mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-03 22:24:19 +00:00
Small fix to dependency
This commit is contained in:
parent
9180211fdb
commit
ff89ef6643
@ -20,8 +20,8 @@ from typing import Optional, Tuple
|
||||
|
||||
import torch
|
||||
import torch.nn as nn
|
||||
from encoder_interface import EncoderInterface
|
||||
from subsampling import Conv2dSubsampling, VggSubsampling
|
||||
from transducer.encoder_interface import EncoderInterface
|
||||
from transducer.subsampling import Conv2dSubsampling, VggSubsampling
|
||||
|
||||
from icefall.utils import make_pad_mask
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user