itlab-vision / dl-benchmark

Deep Learning Inference benchmark. Supports OpenVINO™ toolkit, Caffe, TensorFlow, TensorFlow Lite, ONNX Runtime, OpenCV DNN, MXNet, PyTorch, Apache TVM, ncnn, etc.

Home Page:http://hpc-education.unn.ru/dli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ошибка при попытке прочитать Конфиг с помощью мейкера конфигов

FenixFly opened this issue · comments

(openvino) D:\dl-benchmark-vasilev\src\config_maker>python main.py

Traceback (most recent call last):
  File "D:\dl-benchmark-vasilev\src\config_maker\presenter\benchmark_config_presenter.py", line 43, in __handle_load_button
    models, data = self.__model.benchmark_config.parse_config(path_to_config)
  File "D:\dl-benchmark-vasilev\src\config_maker\model\benchmark_config\benchmark_config.py", line 45, in parse_config
    test = Test.parse(dom)
  File "D:\dl-benchmark-vasilev\src\config_maker\model\benchmark_config\test.py", line 78, in parse
    model = Model.parse(dom)[0]
  File "D:\dl-benchmark-vasilev\src\config_maker\model\models\model.py", line 95, in parse
    model_path = parsed_model.getElementsByTagName(CONFIG_MODEL_PATH_TAG)[0].firstChild.data
AttributeError: 'NoneType' object has no attribute 'data'

@FenixFly, сейчас сильно поменялся конфигурационный файл бенчмарка, поэтому необходимо актуализировать реализацию config_maker.

@a-sidorova

После последних изменений не воспроизводится, поэтому закрываю