mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-09 12:30:38 +08:00
fix(rvc.resblock): incorrect convs name
This commit is contained in:
@@ -42,7 +42,7 @@ class ResBlock1(torch.nn.Module):
|
|||||||
|
|
||||||
self.convs2 = nn.ModuleList()
|
self.convs2 = nn.ModuleList()
|
||||||
for _ in dilation:
|
for _ in dilation:
|
||||||
self.convs1.append(
|
self.convs2.append(
|
||||||
weight_norm(
|
weight_norm(
|
||||||
Conv1d(
|
Conv1d(
|
||||||
channels,
|
channels,
|
||||||
|
|||||||
Reference in New Issue
Block a user