Skip to content

Commit 8c943f3

Browse files
authored
remove duplicate codes in Vocoder MelGAN (#375)
1 parent 4261b84 commit 8c943f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

models/vocoders/gan/generator/melgan.py

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
import torch
7-
import torch.nn as nn
8-
import torch.nn.functional as F
96
import torch
107
import torch.nn as nn
118
import torch.nn.functional as F

0 commit comments

Comments
 (0)