This commit is contained in:
Jim O'Regan
2024-10-02 13:21:00 +00:00
parent 362ba2dce7
commit bd058a68f7
5 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
""" from https://github.com/jik876/hifi-gan """
import torch
import torch.nn as nn
from torch import nn
import torch.nn.functional as F
from torch.nn import AvgPool1d, Conv1d, Conv2d, ConvTranspose1d
from torch.nn.utils import remove_weight_norm, spectral_norm, weight_norm