You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I am working on a project inferencing within WASM, and I think tract will be a good fit.
I am using Wasmer and Ubuntu VM 16 GB RAM and still roughly 5GB disk space left.
I followed the onnx-mobilenet-v2 example and tried it with Wasmer, but I got the error below.
When I tried it with WasmEdge, I got a similar error:
Error: Opening "mobilenetv2-7.onnx"
Caused by:
failed to find a pre-opened file descriptor through which "mobilenetv2-7.onnx" could be opened
The model file and the wasm file are stored under the same directory. And I think my VM has enough capability. Is there a way to solve that? Thanks in advance!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I am working on a project inferencing within WASM, and I think tract will be a good fit.
I am using Wasmer and Ubuntu VM 16 GB RAM and still roughly 5GB disk space left.
I followed the onnx-mobilenet-v2 example and tried it with Wasmer, but I got the error below.
When I tried it with WasmEdge, I got a similar error:
The model file and the wasm file are stored under the same directory. And I think my VM has enough capability. Is there a way to solve that? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions