1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-09 12:30:38 +08:00

optimize(infer): move nsf & gens into rvc

This commit is contained in:
源文雨
2024-06-09 15:35:48 +09:00
parent 2ce493e07c
commit 5790ea7a73
5 changed files with 545 additions and 471 deletions

View File

@@ -226,6 +226,9 @@ class MultiHeadAttention(nn.Module):
class FFN(nn.Module):
"""
Feed-Forward Network
"""
def __init__(
self,
in_channels: int,