Update BigVGAN/alias_free_activation/torch/resample.py
Browse files
BigVGAN/alias_free_activation/torch/resample.py
CHANGED
|
@@ -3,8 +3,8 @@
|
|
| 3 |
|
| 4 |
import torch.nn as nn
|
| 5 |
from torch.nn import functional as F
|
| 6 |
-
from
|
| 7 |
-
from
|
| 8 |
|
| 9 |
|
| 10 |
class UpSample1d(nn.Module):
|
|
|
|
| 3 |
|
| 4 |
import torch.nn as nn
|
| 5 |
from torch.nn import functional as F
|
| 6 |
+
from BigVGAN.alias_free_activation.torch.filter import LowPassFilter1d
|
| 7 |
+
from BigVGAN.alias_free_activation.torch.filter import kaiser_sinc_filter1d
|
| 8 |
|
| 9 |
|
| 10 |
class UpSample1d(nn.Module):
|