from local
This commit is contained in:
parent
1ba6bc3e36
commit
b2cae1f23d
Binary file not shown.
@ -17,16 +17,6 @@ from typeguard import check_argument_types
|
|||||||
|
|
||||||
from nets_utils import make_pad_mask
|
from nets_utils import make_pad_mask
|
||||||
from encoder_interface import EncoderInterface
|
from encoder_interface import EncoderInterface
|
||||||
'''
|
|
||||||
from scaling import (
|
|
||||||
ActivationBalancer,
|
|
||||||
BasicNorm,
|
|
||||||
DoubleSwish,
|
|
||||||
ScaledConv1d,
|
|
||||||
ScaledConv2d,
|
|
||||||
ScaledLinear,
|
|
||||||
)
|
|
||||||
'''
|
|
||||||
from torch import Tensor, nn
|
from torch import Tensor, nn
|
||||||
|
|
||||||
from icefall.utils import make_pad_mask, subsequent_chunk_mask
|
from icefall.utils import make_pad_mask, subsequent_chunk_mask
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user