Skip to content
New issue

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

multiple argument support for the Input in OnnxInferenceModel 's predictRaw and it's sibling #417

Closed
Reqeique opened this issue Aug 7, 2022 · 1 comment · Fixed by #494
Assignees

Comments

@Reqeique
Copy link

Reqeique commented Aug 7, 2022

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 ?

@ermolenkodev
Copy link
Collaborator

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants