Open negiyas opened 1 year ago
@gongsu832 Would this be something you can take a look at? I just added support for Equal Operation that requires input type string and the backend tests are failing due to this type not being supported as of yet. If we are able to get this support in, we can enable the backend test for categorymapper
and equal
operation. Let me know your thoughts. Thanks!
"bidaf" model in the model zoo uses string-type inputs, so that we need string-type inputs in order to execute the model. If possible, I want to use utils/RunONNXModel.py to execute the model, but it does not support string-type inputs, even if the following ad-hoc patch is used to get input_names and output_names correctly without errors. It seems that we need (1) "generator of random string array" and (2) "loader of protobuf file (e.g. input_0.pb) supporting string type".
The following errors occur with and without specifying the reference holder.
Use reference folder specified by "--load-ref"
Use random data without using "--load-ref"
Your comments and advises are very welcome to support string-type inputs.