Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

:onnxruntime:, session_state.cc:1169 onnxruntime::VerifyEachNodeIsAssignedToAnEp] Some nodes were not assigned to the preferred execution

Open abujr101 opened this issue 1 year ago • 3 comments

while running inference coming across this error .

2024-09-11 11:17:28 | INFO | infer.modules.vc.modules | Get sid: guanguanV1.pth 2024-09-11 11:17:28 | INFO | infer.modules.vc.modules | Loading: assets/weights/guanguanV1.pth 2024-09-11 11:17:28 | INFO | infer.modules.vc.modules | Select index: logs\guanguanV1.index 2024-09-11 11:17:55 | INFO | infer.modules.vc.pipeline | Loading rmvpe model,assets/rmvpe/rmvpe.pt 2024-09-11 11:17:56.0223850 [W:onnxruntime:, session_state.cc:1169 onnxruntime::VerifyEachNodeIsAssignedToAnEp] Some nodes were not assigned to the preferred execution providers which may or may not have an negative impact on performance. e.g. ORT explicitly assigns shape related ops to CPU to improve perf. 2024-09-11 11:17:56.0261045 [W:onnxruntime:, session_state.cc:1171 onnxruntime::VerifyEachNodeIsAssignedToAnEp] Rerunning with verbose output on a non-minimal build will show node assignments.

abujr101 avatar Sep 11 '24 05:09 abujr101

Same error `2024-12-17 11:30:36 | INFO | infer.modules.vc.modules | Get sid: WSB.pth 2024-12-17 11:30:36 | INFO | infer.modules.vc.modules | Loading: assets/weights/WSB.pth 2024-12-17 11:30:36 | INFO | infer.modules.vc.modules | Select index: logs\WSB\added_IVF256_Flat_nprobe_1_WSB_v2.index 2024-12-17 11:31:02 | INFO | infer.modules.vc.pipeline | Loading rmvpe model,assets/rmvpe/rmvpe.pt 2024-12-17 11:31:02.6151983 [W:onnxruntime:, session_state.cc:1169 onnxruntime::VerifyEachNodeIsAssignedToAnEp] Some nodes were not assigned to the preferred execution providers which may or may not have an negative impact on performance. e.g. ORT explicitly assigns shape related ops to CPU to improve perf. 2024-12-17 11:31:02.6214749 [W:onnxruntime:, session_state.cc:1171 onnxruntime::VerifyEachNodeIsAssignedToAnEp] Rerunning with verbose output on a non-minimal build will show node assignments.

D:\RVC\RVC1006Nvidia>pause 请按任意键继续. . .`

ZackZhao233 avatar Dec 17 '24 03:12 ZackZhao233

I've found a solution https://blog.csdn.net/qq_45660232/article/details/143486016

ZackZhao233 avatar Dec 17 '24 03:12 ZackZhao233

I've found a solution  我找到了一个解决方案 https://blog.csdn.net/qq_45660232/article/details/143486016

应该修改那个文件呢? Which file should be changed?

XLCX0429 avatar Mar 07 '25 14:03 XLCX0429