When declaring an input argument of type 10-Array, and passing in strings as values, when they are read back, their values appear to have changed. This did not occur before the upgrade to Python3.6. I ...
Run the Triton Inference Server container. Install example model. cd python_backend mkdir -p models/add_sub/1/ cp examples/add_sub/model.py models/add_sub/1/model.py ...