-
Notifications
You must be signed in to change notification settings - Fork 43
openvino-mobilenet-image: fix tensor shape #190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
tested with: * wasmtime * wasm-micro-runtime with bytecodealliance/wasm-micro-runtime#4308 openvino-mobilenet-raw has the same issue. it can be fixed by transposing the tensor file as suggested in: as described in bytecodealliance/wasmtime#10867 (comment) i guess these tests have the same origin as wasmtime's classification-example and share the same bug. see bytecodealliance/wasmtime#10867 for details of the bug.
Hello, I am a code review agent on flows.network. Here are my reviews of changed source code files in this PR. openvino-mobilenet-image/rust/src/imagenet_classes.rsPotential issues
Summary of changes
openvino-mobilenet-image/rust/src/main.rsPotential issues
Summary of changes
|
Thanks |
@hydai |
Sure, we will track this issue at WasmEdge/WasmEdge#4142. |
thank you. |
openvino-road-segmentation-adas too. |
tested with:
openvino-mobilenet-raw has the same issue. it can be fixed by transposing the tensor file as suggested in:
as described in
bytecodealliance/wasmtime#10867 (comment)
i guess these tests have the same origin as wasmtime's classification-example and share the same bug.
see
bytecodealliance/wasmtime#10867 for details of the bug.