Add import

This commit is contained in:
Daniel Povey 2022-03-04 11:03:01 +08:00
parent bc6c720e25
commit cd216f50b6

View File

@ -19,7 +19,7 @@ import copy
import math
import warnings
from typing import Optional, Tuple, Sequence
from subsampling import PeLU, ExpScale
from subsampling import PeLU, ExpScale, ExpScaleSwish
import torch
from torch import Tensor, nn