Запущенный в модели с использованием python на сервере вывода triton, получающий анализатор json с проблемой

#python #json #model

#питон #json #Модель

Вопрос:

 python3 /home/ubuntu/Deepthi/triton-inference-server-master/src/clients/python/examples/image_client.py -m /home/ubuntu/Deepthi/triton-inference-server-master/docs/model_repository/resnet50_netdef/1 -s INCEPTION /home/ubuntu/Deepthi/triton-inference-server-master/qa/images/mug.jpg
Traceback (most recent call last):
  File "/home/ubuntu/Deepthi/triton-inference-server-master/src/clients/python/examples/image_client.py", line 403, in <module>
    model_name=FLAGS.model_name, model_version=FLAGS.model_version)
  File "/home/ubuntu/.local/lib/python3.6/site-packages/tritonhttpclient/__init__.py", line 471, in get_model_metadata
    _raise_if_error(response)
  File "/home/ubuntu/.local/lib/python3.6/site-packages/tritonhttpclient/__init__.py", line 57, in _raise_if_error
    error = _get_error(response)
  File "/home/ubuntu/.local/lib/python3.6/site-packages/tritonhttpclient/__init__.py", line 46, in _get_error
    error_response = json.loads(response.read())
rapidjson.JSONDecodeError: Parse error at offset 0: The document is empty.
  

Я не понимаю, почему я получаю эту ошибку, все готово.

Комментарии:

1. Этот вопрос требует дополнительной входной информации, не могли бы вы поделиться версиями, которые вы используете, а также содержимым ваших файлов; Может быть связано с этой проблемой: github.com/triton-inference-server/server/issues/2495