mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-18 01:40:25 +08:00
chore(format): run black on dev
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user