error[E0277]: the trait bound ort::Value: From<ArrayBase<OwnedRepr<f32>, Dim<[usize; 4]>>>
is not satisfied
#265
-
I encountered an error when using ort 2.0.0-rc.4:
The following is my code:
|
Beta Was this translation helpful? Give feedback.
Answered by
decahedron1
Aug 16, 2024
Replies: 2 comments
-
Make sure you're using version 0.15 of the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Esword618
-
OK, I understand. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure you're using version 0.15 of the
ndarray
crate, and that you've enabled thendarray
feature forort
if you disabled its default features.