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:
committed by
GitHub
parent
5790ea7a73
commit
95f627d991
@@ -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__(
|
||||
|
||||
Reference in New Issue
Block a user