Hi Team,
I have configured the environment for compiling and inferring the model, and my model has been compiled with python code. There is no problem with the model-artifacts and models folders. How could I modify the official c++ version of the inference code onnx_main.cpp to infer my model? At present, the inference results obtained by using the python version of the code are different from those obtained by the c++ version of the code. The inference results obtained by the python version are correct, but the inference results obtained by the c++ version are wrong.
Kind regards,
Katherine