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
Good project but will need more clarity in specification on building.
cargo build --release there is an error file "cargo.toml" needs to be "Cargo.toml" (this is easy to fix by user ok)
more seriously: cargo build --release: error[E0277]: the trait bound SessionInputs<'_, '_, _>: From<&[ort::Value<ort::value::impl_tensor::TensorValueType<i64>>]> is not satisfied
--> libtashkeel_base/src/inference_engine/ort.rs:29:35
|
29 | let outputs = session.run(SessionInputs::from(inputs.as_slice()))?;
| ^^^^^^^^^^^^^ the trait From<&[ort::Value<ort::value::impl_tensor::TensorValueType<i64>>]> is not implemented for SessionInputs<'_, '_, _>...
There is probably a dependency on python's tensorflow? Don't assume it's a default , if there is any dependency in anything above base packages please precise them in Readme.md
there may be other unchecked errors...
The text was updated successfully, but these errors were encountered:
Good project but will need more clarity in specification on building.
SessionInputs<'_, '_, _>: From<&[ort::Value<ort::value::impl_tensor::TensorValueType<i64>>]>
is not satisfied--> libtashkeel_base/src/inference_engine/ort.rs:29:35
|
29 | let outputs = session.run(SessionInputs::from(inputs.as_slice()))?;
| ^^^^^^^^^^^^^ the trait
From<&[ort::Value<ort::value::impl_tensor::TensorValueType<i64>>]>
is not implemented forSessionInputs<'_, '_, _>
...There is probably a dependency on python's tensorflow? Don't assume it's a default , if there is any dependency in anything above base packages please precise them in Readme.md
The text was updated successfully, but these errors were encountered: