Kibae Shin

Results 34 comments of Kibae Shin

Hello. @sidharthg-couture :) Could you please display the ONNX session information? It can be queried via HTTP GET `/api/sessions` or HTTP GET `/api/sessions/{model}/{version}`. It would be great if you could...

Hello, @sidharthg-couture Thank you for providing the information. :) According to the response from the Python code, the shape appears to be `(1024, -1)`. - Output from Python ONNX-Runtime ```...

In your Python code, the shape is specified as `(1024,)`, which implies a shape of `(1024, -1)`. However, the session information from onnxruntime-server shows the `sentence_embedding` output as `float32[-1, 1024]`....

@sidharthg-couture I released version 1.21.0, would you like to try again with the new version?