mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-04-05 04:08:58 +08:00
Add files via upload
This commit is contained in:
parent
6dde2f1432
commit
ee3cccb4f9
@ -2,7 +2,6 @@ import torch
|
|||||||
|
|
||||||
from infer.lib.infer_pack.models_onnx import SynthesizerTrnMsNSFsidM
|
from infer.lib.infer_pack.models_onnx import SynthesizerTrnMsNSFsidM
|
||||||
|
|
||||||
|
|
||||||
def export_onnx(ModelPath, ExportedPath):
|
def export_onnx(ModelPath, ExportedPath):
|
||||||
cpt = torch.load(ModelPath, map_location="cpu")
|
cpt = torch.load(ModelPath, map_location="cpu")
|
||||||
cpt["config"][-3] = cpt["weight"]["emb_g.weight"].shape[0]
|
cpt["config"][-3] = cpt["weight"]["emb_g.weight"].shape[0]
|
||||||
@ -44,7 +43,7 @@ def export_onnx(ModelPath, ExportedPath):
|
|||||||
"rnd": [2],
|
"rnd": [2],
|
||||||
},
|
},
|
||||||
do_constant_folding=False,
|
do_constant_folding=False,
|
||||||
opset_version=13,
|
opset_version=18,
|
||||||
verbose=False,
|
verbose=False,
|
||||||
input_names=input_names,
|
input_names=input_names,
|
||||||
output_names=output_names,
|
output_names=output_names,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user