Xuejun Zhai
Xuejun Zhai
@Thunder-29 Hi, do some test on simply sample "hello_classification with "OpenVINO version 2021.4, can not reproduce this issue. The following is my process: 1. Code change: ``` // 1) read...
@himanshugupta11002 thanks for this. Some thing need to do more. 1) num_stream no need. 2) pls also add set property test for perf_count, such as: [ADD] set_property_params{{{ov::enable_profiling(true)}}, false}, in https://github.com/openvinotoolkit/openvino/blob/f5259bd61499a35f9af80287ecf78a2c023f429a/src/plugins/auto_batch/tests/unit/plugin_set_property_test.cpp#L63...
Pls fix the format issue @himanshugupta11002
PR for porting to release 2023.3: https://github.com/openvinotoolkit/openvino/pull/24371
> Alright, @peterchen-intel, I have a question regarding what exactly is required in this issue. Is it required to add the compiled model properties from m_compiled_model_without_batch to the supported properties?...
> Add models and parameter files for your reference. [paddle_yolox_l_300e_coco.zip](https://github.com/first236108/staging/raw/main/paddle_yolox_l_300e_coco.zip) 是不是什么算子不支持导致报错的咧? Thanks for sharing the models, will take a look now
@first236108 Seems the model you used with multi inputs, so the using of request.get_input_tensor() will throw exception, as following: https://github.com/openvinotoolkit/openvino/blob/b8c3bae71e6d3417ade5cb537cb1785fd75a75c8/src/bindings/python/src/pyopenvino/core/infer_request.cpp#L427-L439 Pls use this replace: https://github.com/openvinotoolkit/openvino/blob/b8c3bae71e6d3417ade5cb537cb1785fd75a75c8/src/bindings/python/src/pyopenvino/core/infer_request.cpp#L410-L426
> > @RyanMetcalfeInt8 Could you please check whether the fix helps in your case? > > Do I need to build OpenVINO in order to try this, or can I...
> > > > @RyanMetcalfeInt8 Could you please check whether the fix helps in your case? > > > > > > > > > Do I need to build...