Describe the issue
Hello,
The product is being developed using the onnxruntime-react-native library.
I tested it with the same version until the previous 1~2 months and confirmed that it was well performed well,
At some point, onnxruntime.run() has a crush error, causing the app to turn off!
I have confirmed that the model is being imported, and I receive INPUT, OUTPUT names as return values.
If the key value is different, the error will also be returned as shown below.
{"handler": {"inputNames": ["input_1:0"], "outputNames": ["pred_pose/mul_24:0"]}}
LOG Error: input 'input_1:0' is missing in 'feeds'.
So, in the end, I suspect that it is an error that occurred while performing run().
I need help!!
- Google Crashlitics

- Sentry


- Logcat

This is the main version I'm using.
To reproduce
all ort inference code
Urgency
No response
Platform
Android
OS Version
1.14
ONNX Runtime Installation
Built from Source
Compiler Version (if 'Built from Source')
No response
Package Name (if 'Released Package')
None
ONNX Runtime Version or Commit ID
1.14
ONNX Runtime API
JavaScript
Architecture
ARM64
Execution Provider
Other / Unknown
Execution Provider Library Version
No response
Describe the issue
Hello,
The product is being developed using the onnxruntime-react-native library.
I tested it with the same version until the previous 1~2 months and confirmed that it was well performed well,
At some point, onnxruntime.run() has a crush error, causing the app to turn off!
I have confirmed that the model is being imported, and I receive INPUT, OUTPUT names as return values.
If the key value is different, the error will also be returned as shown below.
{"handler": {"inputNames": ["input_1:0"], "outputNames": ["pred_pose/mul_24:0"]}}
LOG Error: input 'input_1:0' is missing in 'feeds'.
So, in the end, I suspect that it is an error that occurred while performing run().
I need help!!
This is the main version I'm using.
To reproduce
all ort inference code
Urgency
No response
Platform
Android
OS Version
1.14
ONNX Runtime Installation
Built from Source
Compiler Version (if 'Built from Source')
No response
Package Name (if 'Released Package')
None
ONNX Runtime Version or Commit ID
1.14
ONNX Runtime API
JavaScript
Architecture
ARM64
Execution Provider
Other / Unknown
Execution Provider Library Version
No response