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
Hey, sorry for the late response on this, but the official ncnn package now supports Vulkan in the python bindings apparently, so I'd recommend switching to that.
Hello,
I want to pass a raw array/tensor to my model. My model works fine in onnxruntime, wonnx, etc. I want to run it in ncnn:
Tencent#3447
Here is where they said you can do it as such:
using this constructor:
However, I'm trying to do this in python:
But I get this:
Any idea how I can do this kind of constructor from Python?
The text was updated successfully, but these errors were encountered: