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

fix(rvc.resblock): incorrect convs name

This commit is contained in:
源文雨
2024-06-08 01:50:16 +09:00
parent 6bbe079100
commit 00cd60b47f

View File

@@ -42,7 +42,7 @@ class ResBlock1(torch.nn.Module):
self.convs2 = nn.ModuleList()
for _ in dilation:
self.convs1.append(
self.convs2.append(
weight_norm(
Conv1d(
channels,