mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
isort formatted
This commit is contained in:
parent
edc4eb3372
commit
03e08e5e73
@ -22,10 +22,10 @@ import k2
|
|||||||
import torch
|
import torch
|
||||||
import torch.nn as nn
|
import torch.nn as nn
|
||||||
from encoder_interface import EncoderInterface
|
from encoder_interface import EncoderInterface
|
||||||
|
from lhotse.dataset import SpecAugment
|
||||||
from scaling import ScaledLinear
|
from scaling import ScaledLinear
|
||||||
|
|
||||||
from icefall.utils import add_sos, make_pad_mask, time_warp
|
from icefall.utils import add_sos, make_pad_mask, time_warp
|
||||||
from lhotse.dataset import SpecAugment
|
|
||||||
|
|
||||||
|
|
||||||
class AsrModel(nn.Module):
|
class AsrModel(nn.Module):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user