mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-05 01:10:22 +08:00
Add files via upload
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import pdb
|
||||
import pdb,os
|
||||
|
||||
import numpy as np
|
||||
import torch
|
||||
@@ -577,7 +577,7 @@ class RMVPE:
|
||||
import onnxruntime as ort
|
||||
|
||||
ort_session = ort.InferenceSession(
|
||||
"rmvpe.onnx", providers=["DmlExecutionProvider"]
|
||||
"%s/rmvpe.onnx"%os.environ["rmvpe_root"], providers=["DmlExecutionProvider"]
|
||||
)
|
||||
self.model = ort_session
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user