jadechoghari
commited on
Commit
•
7e1b955
1
Parent(s):
8ae7c81
Update BigVGAN/alias_free_activation/torch/act.py
Browse files
BigVGAN/alias_free_activation/torch/act.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# LICENSE is in incl_licenses directory.
|
3 |
|
4 |
import torch.nn as nn
|
5 |
-
from
|
6 |
|
7 |
|
8 |
class Activation1d(nn.Module):
|
|
|
2 |
# LICENSE is in incl_licenses directory.
|
3 |
|
4 |
import torch.nn as nn
|
5 |
+
from BigVGAN.alias_free_activation.torch.resample import UpSample1d, DownSample1d
|
6 |
|
7 |
|
8 |
class Activation1d(nn.Module):
|