Timothy Gerdes

Results 35 comments of Timothy Gerdes

Hi @aptmess, I'm sorry to hear you are running into an issue where no memory is being reported. We will have to investigate further to try to figure out why...

Hi @eladamittai, Under the hood, Model Analyzer uses Perf Analyzer. You can find documentation for passing in input data here: https://github.com/triton-inference-server/client/blob/main/src/c%2B%2B/perf_analyzer/docs/input_data.md ~~When using Model Analyzer, any args that you want...

Apologies for the delay. I'm looking into this.

I believe you can use base64 for binary data. Then you can stick to the normal input_data format and provide shapes. There is an example on [this page](https://github.com/triton-inference-server/client/blob/598afe928c5db80e719149224ade1ab2f3439b4b/src/c%2B%2B/perf_analyzer/docs/input_data.md), although I...