mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
bcc2da0a18
commit
127be31505
Binary file not shown.
@ -17,6 +17,7 @@ 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 (
|
from scaling import (
|
||||||
ActivationBalancer,
|
ActivationBalancer,
|
||||||
BasicNorm,
|
BasicNorm,
|
||||||
@ -25,6 +26,7 @@ from scaling import (
|
|||||||
ScaledConv2d,
|
ScaledConv2d,
|
||||||
ScaledLinear,
|
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