Spaces:
Sleeping
Sleeping
Staticaliza
commited on
Update modules/bigvgan/bigvgan.py
Browse files
modules/bigvgan/bigvgan.py
CHANGED
@@ -16,7 +16,7 @@ from torch.nn.utils import weight_norm, remove_weight_norm
|
|
16 |
|
17 |
from . import activations
|
18 |
from .utils import init_weights, get_padding
|
19 |
-
from .
|
20 |
from .env import AttrDict
|
21 |
|
22 |
from huggingface_hub import PyTorchModelHubMixin, hf_hub_download
|
|
|
16 |
|
17 |
from . import activations
|
18 |
from .utils import init_weights, get_padding
|
19 |
+
from .act import Activation1d as TorchActivation1d
|
20 |
from .env import AttrDict
|
21 |
|
22 |
from huggingface_hub import PyTorchModelHubMixin, hf_hub_download
|