Spaces:
Sleeping
Sleeping
Update hifigan/models.py
Browse files- hifigan/models.py +1 -1
hifigan/models.py
CHANGED
@@ -3,7 +3,7 @@ import torch.nn.functional as F
|
|
3 |
import torch.nn as nn
|
4 |
from torch.nn import Conv1d, ConvTranspose1d, AvgPool1d, Conv2d
|
5 |
from torch.nn.utils import weight_norm, remove_weight_norm, spectral_norm
|
6 |
-
from
|
7 |
|
8 |
LRELU_SLOPE = 0.1
|
9 |
|
|
|
3 |
import torch.nn as nn
|
4 |
from torch.nn import Conv1d, ConvTranspose1d, AvgPool1d, Conv2d
|
5 |
from torch.nn.utils import weight_norm, remove_weight_norm, spectral_norm
|
6 |
+
from hifigan.utils import init_weights, get_padding
|
7 |
|
8 |
LRELU_SLOPE = 0.1
|
9 |
|