Issue with ONNX warmup Failure

#1
by ChilledFaith - opened

I am using Visiondepth3D and when I try to run this ONXX model the warmup fails, here is the final error message:
⚠️ ONNX warm-up failed: ONNX warm-up failed for all tried sizes [(512, 288), (640, 384), (768, 448), (896, 512), (960, 544), (1024, 576), (1152, 672), (1280, 736), (1536, 864), (512, 512), (640, 640), (768, 768)]. Last error: [ONNXRuntimeError] : 1 : FAIL : Non-zero status code returned while running Add node. Name:'/Add' Status Message: /Add: right operand cannot broadcast on dim 1 LeftShape: {1,2917,1024}, RightShape: {1,1370,1024}
Any Idea what I can do to fix this?

Thanks

Owner

Hey sorry for the late response, use resolution 512x288 in the inference resolution section, it will load fire up after that

FuryTMP changed discussion status to closed

Sign up or log in to comment