abrown edited issue #3948:
Thanks for filing a bug report! Please fill out the TODOs below.
Note: if you want to report a security issue, please read our security policy!
Test Case
Steps to Reproduce
- run
bash ci/run-wasi-nn-example.sh
Expected Results
A success inference should happen for this test, outputting the classification results for the mobilenet.
Actual Results
A panic happened at the step of
wasi_nn::compute(context).unwrap();
It reported the error as :
Host error: BackendError(BackendAccess(parameter mismatch)) thread 'main' panicked at 'not implemented', crates/wasi-nn/src/witx.rs:17:45 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Versions and Environment
Wasmtime version or commit: commit head at e8ae3c0afdc7347d3de80c554353257efda2bbaa
Operating system: Ubuntu 20.04
Architecture: x86_64
OpenVINO version: 2021.4.582
Extra Info
My OpenVINO installed dir is on
/opt/intel/openvino_2021
, so I have to change one line in theci/run-wasi-nn-example.sh
tosource /opt/intel/openvino_2021/bin/setupvars.sh
but I don't think that's the problem.
Last updated: Nov 22 2024 at 16:03 UTC