Update modeling_hifigan.py
Browse files- modeling_hifigan.py +1 -1
modeling_hifigan.py
CHANGED
@@ -5,7 +5,7 @@ from torch.nn import Conv1d, ConvTranspose1d
|
|
5 |
from torch.nn.utils import remove_weight_norm, weight_norm
|
6 |
from transformers import PreTrainedModel
|
7 |
|
8 |
-
from .configuration_hifigan import HiFiGANConfig
|
9 |
|
10 |
LRELU_SLOPE = 0.1
|
11 |
|
|
|
5 |
from torch.nn.utils import remove_weight_norm, weight_norm
|
6 |
from transformers import PreTrainedModel
|
7 |
|
8 |
+
from hifigan_lj_v1.configuration_hifigan import HiFiGANConfig
|
9 |
|
10 |
LRELU_SLOPE = 0.1
|
11 |
|