Groundding Dino模型转换om模型失败
收藏回复举报
Groundding Dino模型转换om模型失败
t('forum.solved') 已解决
新人帖
发表于2026-03-02 10:43:10
0 查看

参考项目

项目1 hpc203/GroundingDINO-onnxrun: 使用onnxruntime部署GroundingDINO开放世界目标检测,包含C++和Python两个版本的程序

项目2 Groundingdino模型在昇腾Altas平台上的部署_e10042: generateofflinemodel execute failed. trace-CSDN博客

当前已从项目1中获取grounding dino的onnx模型并完成推理,然后根据项目2中提到的算子不适配的情况进行模型结构修改。在删除/Concat_3467前的Unsqueeze节点和ConstantOfShape节点后。使用项目二里面的转换命令转换,转换虽然显示成功但是无法使用,一下是命令及日志:

[root@localhost weights]# atc --model=groundingdino.onnx --framework=5 --output=groundingdino  --input_format=NCHW --input_shape="img:1,3,800,1200;input_ids:1,6;attention_mask:1,6;position_ids:1,6;token_type_ids:1,6;text_token_mask:1,6,6" --soc_version=Ascend310P3 --host_env_os=linux --host_env_cpu=aarch64

ATC start working now, please wait for a moment.

.Warning: tiling offset out of range, index: 32

.Warning: set_tiling_params does not take effect because get_op_mode is dynamic

Warning: set_tiling_params does not take effect because get_op_mode is dynamic

Warning: set_tiling_params does not take effect because get_op_mode is dynamic

.Warning: set_tiling_params does not take effect because get_op_mode is dynamic

........Warning: set_tiling_params does not take effect because get_op_mode is dynamic

.....Warning: set_tiling_params does not take effect because get_op_mode is dynamic

.......Warning: set_tiling_params does not take effect because get_op_mode is dynamic

.....Warning: set_tiling_params does not take effect because get_op_mode is dynamic

...Warning: set_tiling_params does not take effect because get_op_mode is dynamic

...Warning: set_tiling_params does not take effect because get_op_mode is dynamic

.........Warning: set_tiling_params does not take effect because get_op_mode is dynamic

.....Warning: set_tiling_params does not take effect because get_op_mode is dynamic

Warning: set_tiling_params does not take effect because get_op_mode is dynamic

......Warning: set_tiling_params does not take effect because get_op_mode is dynamic

........Warning: set_tiling_params does not take effect because get_op_mode is dynamic

...Warning: set_tiling_params does not take effect because get_op_mode is dynamic

............Warning: set_tiling_params does not take effect because get_op_mode is dynamic

....Warning: set_tiling_params does not take effect because get_op_mode is dynamic

..Warning: set_tiling_params does not take effect because get_op_mode is dynamic

.Warning: set_tiling_params does not take effect because get_op_mode is dynamic

..Warning: set_tiling_params does not take effect because get_op_mode is dynamic

.Warning: set_tiling_params does not take effect because get_op_mode is dynamic

......Warning: set_tiling_params does not take effect because get_op_mode is dynamic

.Warning: set_tiling_params does not take effect because get_op_mode is dynamic

....Warning: set_tiling_params does not take effect because get_op_mode is dynamic

...................................Warning: set_tiling_params does not take effect because get_op_mode is dynamic

Warning: set_tiling_params does not take effect because get_op_mode is dynamic

.....Warning: set_tiling_params does not take effect because get_op_mode is dynamic

.Warning: set_tiling_params does not take effect because get_op_mode is dynamic

.........Warning: set_tiling_params does not take effect because get_op_mode is dynamic

.Warning: set_tiling_params does not take effect because get_op_mode is dynamic

....................................................................................

ATC run success, welcome to the next use.

W11001: [PID: 13775] 2026-02-28-10:37:09.227.259 Op [/backbone/backbone.0/layers.3/blocks.0/Mod_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.227.489 Op [/backbone/backbone.0/layers.3/blocks.0/Mod_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.227.765 Op [/backbone/backbone.0/layers.2/blocks.0/Mod_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.227.861 Op [/backbone/backbone.0/layers.2/downsample/Mod_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.229.596 Op [/backbone/backbone.0/layers.2/blocks.0/Mod_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.229.957 Op [/backbone/backbone.0/layers.1/blocks.0/Mod_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.230.062 Op [/backbone/backbone.0/layers.1/blocks.0/Mod_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.230.283 Op [/backbone/backbone.0/layers.0/blocks.0/Mod_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.230.536 Op [/backbone/backbone.0/layers.0/blocks.0/Mod_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.234.323 Op [/backbone/backbone.0/layers.3/blocks.0/Mod] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.234.634 Op [/backbone/backbone.0/layers.3/blocks.0/Mod_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.235.126 Op [/backbone/backbone.0/layers.1/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.236.342 Op [/backbone/backbone.0/layers.2/downsample/Mod] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.239.726 Op [/backbone/backbone.0/layers.0/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.240.282 Op [/backbone/backbone.0/layers.2/blocks.0/Mod] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.240.662 Op [/backbone/backbone.0/layers.2/blocks.0/Mod_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.240.716 Op [/backbone/backbone.0/layers.0/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.243.299 Op [/backbone/backbone.0/layers.2/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.244.977 Op [/backbone/backbone.0/layers.2/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.247.003 Op [/backbone/backbone.0/layers.1/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.262.660 Op [/backbone/backbone.0/layers.1/blocks.0/Mod] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.262.968 Op [/backbone/backbone.0/layers.1/blocks.0/Mod_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.264.581 Op [/backbone/backbone.0/layers.0/blocks.0/Mod] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.264.750 Op [/backbone/backbone.0/layers.0/blocks.0/Mod_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.333.605 Op [/backbone/backbone.0/layers.0/blocks.0/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.338.684 Op [/backbone/backbone.0/layers.0/blocks.0/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.347.550 Op [/backbone/backbone.0/layers.0/blocks.0/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.381.040 Op [/backbone/backbone.0/layers.0/blocks.1/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.389.369 Op [/backbone/backbone.0/layers.0/blocks.1/attn/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.391.575 Op [/backbone/backbone.0/layers.0/blocks.1/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.395.353 Op [/backbone/backbone.0/layers.0/blocks.1/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.403.588 Op [/backbone/backbone.0/layers.0/blocks.1/Div_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.405.191 Op [/backbone/backbone.0/layers.0/blocks.1/Div_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.534.133 Op [/backbone/backbone.0/layers.1/blocks.0/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.536.289 Op [/backbone/backbone.0/layers.1/blocks.0/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.545.417 Op [/backbone/backbone.0/layers.1/blocks.0/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.566.466 Op [/backbone/backbone.0/layers.1/blocks.1/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.573.342 Op [/backbone/backbone.0/layers.1/blocks.1/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.574.314 Op [/backbone/backbone.0/layers.1/blocks.1/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.580.105 Op [/backbone/backbone.0/layers.1/blocks.1/Div_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.582.224 Op [/backbone/backbone.0/layers.1/blocks.1/attn/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.594.208 Op [/backbone/backbone.0/layers.1/blocks.1/Div_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.654.074 Op [/backbone/backbone.0/layers.2/blocks.0/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.655.973 Op [/backbone/backbone.0/layers.2/blocks.0/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.663.277 Op [/backbone/backbone.0/layers.2/blocks.0/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.689.931 Op [/backbone/backbone.0/layers.2/blocks.1/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.694.908 Op [/backbone/backbone.0/layers.2/blocks.1/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.703.708 Op [/backbone/backbone.0/layers.2/blocks.1/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.707.714 Op [/backbone/backbone.0/layers.2/blocks.1/attn/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.710.131 Op [/backbone/backbone.0/layers.2/blocks.1/Div_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.711.553 Op [/backbone/backbone.0/layers.2/blocks.1/Div_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.732.078 Op [/backbone/backbone.0/layers.2/blocks.2/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.738.436 Op [/backbone/backbone.0/layers.2/blocks.2/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.740.856 Op [/backbone/backbone.0/layers.2/blocks.2/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.762.046 Op [/backbone/backbone.0/layers.2/blocks.3/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.762.824 Op [/backbone/backbone.0/layers.2/blocks.3/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.772.831 Op [/backbone/backbone.0/layers.2/blocks.3/attn/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.781.129 Op [/backbone/backbone.0/layers.2/blocks.3/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.784.696 Op [/backbone/backbone.0/layers.2/blocks.3/Div_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.799.446 Op [/backbone/backbone.0/layers.2/blocks.4/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.800.119 Op [/backbone/backbone.0/layers.2/blocks.3/Div_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.811.160 Op [/backbone/backbone.0/layers.2/blocks.4/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.813.564 Op [/backbone/backbone.0/layers.2/blocks.4/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.832.853 Op [/backbone/backbone.0/layers.2/blocks.5/attn/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.833.707 Op [/backbone/backbone.0/layers.2/blocks.5/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.836.205 Op [/backbone/backbone.0/layers.2/blocks.5/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.848.176 Op [/backbone/backbone.0/layers.2/blocks.5/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.858.539 Op [/backbone/backbone.0/layers.2/blocks.5/Div_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.860.371 Op [/backbone/backbone.0/layers.2/blocks.5/Div_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.880.909 Op [/backbone/backbone.0/layers.2/blocks.6/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.888.801 Op [/backbone/backbone.0/layers.2/blocks.6/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.890.107 Op [/backbone/backbone.0/layers.2/blocks.6/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.911.630 Op [/backbone/backbone.0/layers.2/blocks.7/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.913.713 Op [/backbone/backbone.0/layers.2/blocks.7/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.918.941 Op [/backbone/backbone.0/layers.2/blocks.7/attn/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.922.679 Op [/backbone/backbone.0/layers.2/blocks.7/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.928.984 Op [/backbone/backbone.0/layers.2/blocks.7/Div_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.930.388 Op [/backbone/backbone.0/layers.2/blocks.7/Div_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.953.769 Op [/backbone/backbone.0/layers.2/blocks.8/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.958.102 Op [/backbone/backbone.0/layers.2/blocks.8/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.961.215 Op [/backbone/backbone.0/layers.2/blocks.8/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.982.295 Op [/backbone/backbone.0/layers.2/blocks.9/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.983.976 Op [/backbone/backbone.0/layers.2/blocks.9/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.988.449 Op [/backbone/backbone.0/layers.2/blocks.9/attn/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.993.757 Op [/backbone/backbone.0/layers.2/blocks.9/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:09.997.438 Op [/backbone/backbone.0/layers.2/blocks.9/Div_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.009.473 Op [/backbone/backbone.0/layers.2/blocks.9/Div_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.030.243 Op [/backbone/backbone.0/layers.2/blocks.10/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.031.972 Op [/backbone/backbone.0/layers.2/blocks.10/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.033.941 Op [/backbone/backbone.0/layers.2/blocks.10/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.055.498 Op [/backbone/backbone.0/layers.2/blocks.11/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.063.861 Op [/backbone/backbone.0/layers.2/blocks.11/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.067.729 Op [/backbone/backbone.0/layers.2/blocks.11/attn/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.071.085 Op [/backbone/backbone.0/layers.2/blocks.11/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.080.821 Op [/backbone/backbone.0/layers.2/blocks.11/Div_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.083.057 Op [/backbone/backbone.0/layers.2/blocks.11/Div_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.099.883 Op [/backbone/backbone.0/layers.2/blocks.12/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.101.927 Op [/backbone/backbone.0/layers.2/blocks.12/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.107.451 Op [/backbone/backbone.0/layers.2/blocks.12/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.131.427 Op [/backbone/backbone.0/layers.2/blocks.13/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.134.686 Op [/backbone/backbone.0/layers.2/blocks.13/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.141.513 Op [/backbone/backbone.0/layers.2/blocks.13/attn/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.145.777 Op [/backbone/backbone.0/layers.2/blocks.13/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.155.128 Op [/backbone/backbone.0/layers.2/blocks.13/Div_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.156.610 Op [/backbone/backbone.0/layers.2/blocks.13/Div_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.179.605 Op [/backbone/backbone.0/layers.2/blocks.14/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.180.439 Op [/backbone/backbone.0/layers.2/blocks.14/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.189.066 Op [/backbone/backbone.0/layers.2/blocks.14/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.213.599 Op [/backbone/backbone.0/layers.2/blocks.15/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.215.955 Op [/backbone/backbone.0/layers.2/blocks.15/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.223.935 Op [/backbone/backbone.0/layers.2/blocks.15/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.226.746 Op [/backbone/backbone.0/layers.2/blocks.15/attn/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.228.199 Op [/backbone/backbone.0/layers.2/blocks.15/Div_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.229.958 Op [/backbone/backbone.0/layers.2/blocks.15/Div_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.246.070 Op [/backbone/backbone.0/layers.2/blocks.16/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.261.357 Op [/backbone/backbone.0/layers.2/blocks.16/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.270.152 Op [/backbone/backbone.0/layers.2/blocks.16/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.282.411 Op [/backbone/backbone.0/layers.2/blocks.17/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.285.205 Op [/backbone/backbone.0/layers.2/blocks.17/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.291.994 Op [/backbone/backbone.0/layers.2/blocks.17/attn/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.295.732 Op [/backbone/backbone.0/layers.2/blocks.17/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.303.397 Op [/backbone/backbone.0/layers.2/blocks.17/Div_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.305.299 Op [/backbone/backbone.0/layers.2/blocks.17/Div_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.362.653 Op [/backbone/backbone.0/layers.3/blocks.0/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.371.070 Op [/backbone/backbone.0/layers.3/blocks.0/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.372.106 Op [/backbone/backbone.0/layers.3/blocks.0/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.388.787 Op [/backbone/backbone.0/layers.3/blocks.1/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.391.273 Op [/backbone/backbone.0/layers.3/blocks.1/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.396.844 Op [/backbone/backbone.0/layers.3/blocks.1/attn/Div_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.399.827 Op [/backbone/backbone.0/layers.3/blocks.1/attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.406.310 Op [/backbone/backbone.0/layers.3/blocks.1/Div_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.407.557 Op [/backbone/backbone.0/layers.3/blocks.1/Div_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.520.113 Op [/transformer/encoder/text_layers.0/self_attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.569.953 Op [/transformer/encoder/layers.0/self_attn/GridSample_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.584.006 Op [/transformer/encoder/layers.0/self_attn/GridSample_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.585.590 Op [/transformer/encoder/layers.0/self_attn/GridSample_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.592.735 Op [/transformer/encoder/layers.0/self_attn/GridSample] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.619.510 Op [/transformer/encoder/text_layers.1/self_attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.673.910 Op [/transformer/encoder/layers.1/self_attn/GridSample_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.681.677 Op [/transformer/encoder/layers.1/self_attn/GridSample_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.684.422 Op [/transformer/encoder/layers.1/self_attn/GridSample_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.689.459 Op [/transformer/encoder/layers.1/self_attn/GridSample] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.720.355 Op [/transformer/encoder/text_layers.2/self_attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.775.594 Op [/transformer/encoder/layers.2/self_attn/GridSample_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.782.481 Op [/transformer/encoder/layers.2/self_attn/GridSample_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.783.458 Op [/transformer/encoder/layers.2/self_attn/GridSample_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.799.233 Op [/transformer/encoder/layers.2/self_attn/GridSample] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.834.835 Op [/transformer/encoder/text_layers.3/self_attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.901.820 Op [/transformer/encoder/layers.3/self_attn/GridSample_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.904.993 Op [/transformer/encoder/layers.3/self_attn/GridSample_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.907.892 Op [/transformer/encoder/layers.3/self_attn/GridSample_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.915.664 Op [/transformer/encoder/layers.3/self_attn/GridSample] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:10.951.991 Op [/transformer/encoder/text_layers.4/self_attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.010.414 Op [/transformer/encoder/layers.4/self_attn/GridSample_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.010.933 Op [/transformer/encoder/layers.4/self_attn/GridSample_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.013.857 Op [/transformer/encoder/layers.4/self_attn/GridSample] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.014.219 Op [/transformer/encoder/layers.4/self_attn/GridSample_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.059.806 Op [/transformer/encoder/text_layers.5/self_attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.149.696 Op [/transformer/encoder/layers.5/self_attn/GridSample_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.155.580 Op [/transformer/encoder/layers.5/self_attn/GridSample] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.158.825 Op [/transformer/encoder/layers.5/self_attn/GridSample_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.162.949 Op [/transformer/encoder/layers.5/self_attn/GridSample_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.310.633 Op [/transformer/decoder/layers.0/self_attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.326.141 Op [/transformer/decoder/layers.0/ca_text/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.361.681 Op [/transformer/decoder/layers.0/cross_attn/GridSample_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.361.857 Op [/transformer/decoder/layers.0/cross_attn/GridSample_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.363.219 Op [/transformer/decoder/layers.0/cross_attn/GridSample_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.363.512 Op [/transformer/decoder/layers.0/cross_attn/GridSample] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.428.042 Op [/transformer/decoder/layers.1/self_attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.447.187 Op [/transformer/decoder/layers.1/ca_text/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.480.301 Op [/transformer/decoder/layers.1/cross_attn/GridSample_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.480.646 Op [/transformer/decoder/layers.1/cross_attn/GridSample] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.482.112 Op [/transformer/decoder/layers.1/cross_attn/GridSample_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.485.418 Op [/transformer/decoder/layers.1/cross_attn/GridSample_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.551.541 Op [/transformer/decoder/layers.2/self_attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.570.829 Op [/transformer/decoder/layers.2/ca_text/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.609.057 Op [/transformer/decoder/layers.2/cross_attn/GridSample_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.620.646 Op [/transformer/decoder/layers.2/cross_attn/GridSample] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.626.467 Op [/transformer/decoder/layers.2/cross_attn/GridSample_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.629.501 Op [/transformer/decoder/layers.2/cross_attn/GridSample_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.682.480 Op [/transformer/decoder/layers.3/self_attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.695.052 Op [/transformer/decoder/layers.3/ca_text/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.729.922 Op [/transformer/decoder/layers.3/cross_attn/GridSample_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.732.434 Op [/transformer/decoder/layers.3/cross_attn/GridSample_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.737.108 Op [/transformer/decoder/layers.3/cross_attn/GridSample] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.739.088 Op [/transformer/decoder/layers.3/cross_attn/GridSample_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.798.524 Op [/transformer/decoder/layers.4/self_attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.815.299 Op [/transformer/decoder/layers.4/ca_text/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.846.115 Op [/transformer/decoder/layers.4/cross_attn/GridSample_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.849.237 Op [/transformer/decoder/layers.4/cross_attn/GridSample_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.854.042 Op [/transformer/decoder/layers.4/cross_attn/GridSample] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.856.768 Op [/transformer/decoder/layers.4/cross_attn/GridSample_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.901.398 Op [/transformer/decoder/layers.5/self_attn/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.919.967 Op [/transformer/decoder/layers.5/ca_text/Div] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.950.531 Op [/transformer/decoder/layers.5/cross_attn/GridSample_3] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.952.399 Op [/transformer/decoder/layers.5/cross_attn/GridSample_2] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.954.141 Op [/transformer/decoder/layers.5/cross_attn/GridSample_1] does not hit the high-priority operator information library, which might result in compromised performance.

W11001: [PID: 13775] 2026-02-28-10:37:11.956.893 Op [/transformer/decoder/layers.5/cross_attn/GridSample] does not hit the high-priority operator information library, which might result in compromised performance.

[root@localhost GroundingDINO_onnx]# python Grounding_utils_om.py

[INFO] acl init success

[INFO] open device 1 success

[INFO] create new context

[ACL ERROR] E19999: Inner Error!

E19999: [PID: 1273783] 2026-02-28-11:20:20.694.286 Invalid opp version [8.2.0.2.220] or compiler_version [7.6.0.1.220],Please check if it is within the required range[FUNC:CheckOsCpuInfoAndOppVersion][FILE:model_helper.cc][LINE:1005]

        TraceBack (most recent call last):

       Assert ((error_code) == ge::SUCCESS) failed[FUNC:LoadExecutorFromModelData][FILE:api.cc][LINE:123]

       [Model][FromData]call gert::LoadExecutorFromModelDataWithMem load model from data failed, ge result[4294967295][FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161]

[ERROR] load model from file failed, model file is groundingdino.om

[WARN] Check failed:processModel->LoadModelFromFile(modelPath), ret:1

[WARN] no model had been loaded, unload failed

Traceback (most recent call last):

  File "/home/data/GroundingDINO_onnx/Grounding_utils_om.py", line 627, in <module>

    mynet = GroundingDinoAISC(model_path="groundingdino.om", vocab_path="vocab.txt", device_id=1)

  File "/home/data/GroundingDINO_onnx/Grounding_utils_om.py", line 17, in __init__

    self.session = InferSession(device_id=device_id, model_path=model_path)

  File "/usr/local/lib/python3.9/site-packages/ais_bench/infer/interface.py", line 82, in __init__

    self.session = aclruntime.InferenceSession(self.model_path, self.device_id, self.options)

RuntimeError: [1][ACL: invalid parameter]

[INFO] end to reset device 1

[INFO] end to finalize acl

我要发帖子