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

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-19 00:37:50 +08:00
committed by GitHub
parent f9ae0b5d32
commit a3a69e8bd5
3 changed files with 11 additions and 4 deletions

View File

@@ -213,6 +213,7 @@ class PosteriorEncoder(nn.Module):
def __prepare_scriptable__(self):
from torch.nn.utils import parametrize
if parametrize.is_parametrized(self.enc, "weight"):
parametrize.remove_parametrizations(self.enc, "weight")
return self