We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
was trying to import model with 2 parameter in kDL but apparently doesn't seems to be supported because as in "https://github.com/Kotlin/kotlindl/blob/349d09d1a3817b89c12302a0d373a16b5f7e3fa3/onnx/src/main/kotlin/org/jetbrains/kotlinx/dl/api/inference/onnx/OnnxInferenceModel.kt" no matter how much argument it needs, it would only emit single input because the 3 deriving function seems to take the first element of onnxsession.inputName into onnxsession.run(() I there any plan to resolve this issue ?
onnxsession.inputName
onnxsession.run(()
The text was updated successfully, but these errors were encountered:
Thanks for reporting an issue. We will consider including the fix in the nearest release. If you want to implement it by yourself, PR is welcome!
Sorry, something went wrong.
juliabeliaeva
Successfully merging a pull request may close this issue.
was trying to import model with 2 parameter in kDL but apparently doesn't seems to be supported because as in "https://github.com/Kotlin/kotlindl/blob/349d09d1a3817b89c12302a0d373a16b5f7e3fa3/onnx/src/main/kotlin/org/jetbrains/kotlinx/dl/api/inference/onnx/OnnxInferenceModel.kt" no matter how much argument it needs, it would only emit single input because the 3 deriving function seems to take the first element of
onnxsession.inputName
intoonnxsession.run(()
I there any plan to resolve this issue ?
The text was updated successfully, but these errors were encountered: