Giter Club home page Giter Club logo

Comments (5)

ilya-lavrenov avatar ilya-lavrenov commented on July 21, 2024

What is the error message ? Exit code?

from openvino.

mattiasmar avatar mattiasmar commented on July 21, 2024

I missed that part in the log above. Updated the original message now.
The output above is when calling:
/root/openvino_cpp_samples_build/intel64/Release/benchmark_app -m aliked-t16/serialized.xml -d GPU

from openvino.

mattiasmar avatar mattiasmar commented on July 21, 2024

serialized.zip

    core = ov.Core()
    device = 'GPU'
    device = device if 'GPU' in core.available_devices else 'CPU'
    config = {"PERFORMANCE_HINT": "LATENCY",
                "PERFORMANCE_HINT_NUM_REQUESTS": "1",
                "INFERENCE_PRECISION_HINT":"f16"}
 compiled_model = core.compile_model(openvino_model_path, device, config)

This gives:

 Traceback (most recent call last):
  File "python/ALIKED/compile_openvino_model.py", line 195, inion node (type= <module>
    keypoints_Ex0_Model0, keypoints_Ex1_Model0, descriptors_Ex0_Model0, _ = test(openvino_model_pat               convolution)h[h0][top_k], example_inputs[h0]['img1'], example_inputs[h0]['img2'])
  File "python/ALIKED/compile_openvino_model.py", line 131, inks: (blk 4, idx test                                                                                                              0) (blk 2, i
    compiled_model = core.compile_model(openvino_model_path, device,config)
  File "/opt/intel/openvino_2024/python/openvino/runtime/ie_api.py", line 492, in compile_model
    super().compile_model(model, device_name, {} if config is None else config),
RuntimeError: Exception from src/inference/src/core.cpp:116:
[ GENERAL_ERROR ] Check 'false' failed at src/plugins/intel_gpu/src/plugin/program_builder.cpp:179:16:21 27-May-24
[GPU] ProgramBuilder build failed!
Exception from src/plugins/intel_gpu/src/graph/include/primitive_type_base.h:58:
[GPU] Can't choose implementation for convolution:__module.score_head.4/aten::_convolution/Convolution node (type=convolution)
[GPU] Original name: __module.score_head.4/aten::_convolution/Convolution
[GPU] Original type: Convolution
[GPU] Reason: Unsupported onednn dnnl::memory::desc find_format. ndims: 4, inner_nblks: 2, inner_blks: (blk 4, idx 0) (blk 2, idx 1) , strides_order : 0 1 2 3 , stride_value : 144 72 24 8 

by setting INFERENCE_PRECISION_HINT to f32 avoids this error.

from openvino.

andrei-kochin avatar andrei-kochin commented on July 21, 2024

@mattiasmar thank you for reaching the OpenVINO!

Could you please try the newer version of the OpenVINO?
I haven't found any issues with the latest openvino-nightly package:

benchmark_app -m .\AlikedGPU\serialized.xml -d GPU
[ INFO ] OpenVINO:
[ INFO ] Build ................................. 2024.3.0-15533-31fccc801fc
...
[Step 11/11] Dumping statistics report
[ INFO ] Execution Devices:['GPU.0']
[ INFO ] Count:            184 iterations

from openvino.

avitial avatar avitial commented on July 21, 2024

Closing this as it can't be reproduced, I hope previous responses were sufficient to help you proceed or resolve the issue. Feel free to reopen and ask additional questions related to this topic if issue persists.

from openvino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.