1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-07 19:40:44 +08:00

chore(format): run black on dev (#13)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-09 15:37:32 +09:00
committed by GitHub
parent 5790ea7a73
commit 95f627d991
6 changed files with 16 additions and 8 deletions

View File

@@ -57,7 +57,8 @@ class SourceModuleHnNSF(torch.nn.Module):
sine_wavs, _, _ = self.l_sin_gen(x, upp)
sine_wavs = sine_wavs.to(dtype=self.l_linear.weight.dtype)
sine_merge: torch.Tensor = self.l_tanh(self.l_linear(sine_wavs))
return sine_merge #, None, None # noise, uv
return sine_merge # , None, None # noise, uv
class NSFGenerator(torch.nn.Module):
def __init__(