Xilinx / inference-server

https://xilinx.github.io/inference-server/
Apache License 2.0
43 stars 13 forks source link

invalid tensorbuffer input for running tests on vck5000 #204

Closed ZchiPitt closed 1 year ago

ZchiPitt commented 1 year ago

Describe the bug There's a bug encountered when running the test on vck5000 machines.
F20230613 21:59:39.966318 8523 dpucloud_controller.cpp:969] [UNILOG][FATAL][VART_TENSOR_BUFFER_INVALID][invalid tensorbuffer input or output]

Root cause The client should query the metadata of the model and make sure the input tensors have same metadata.

Proposed fix Populate the metadata including the name for xmodel worker such that clients can query the metadata before sending the requests.

OS/Versions: VCK5000 FPGAs

207