Concat_72: error while computing output extent
See original GitHub issueI run file deployment of mmdeploy :
python tools/deploy.py /workspaces/mmdeploy/mmdeploy/configs/mmdet3d/voxel-detection/voxel-detection_tensorrt_dynamic-kitti.py /workspaces/mmdeploy/mmsegmentation/mmdetection3d/configs/pointpillars/hv_pointpillars_secfpn_6x8_160e_kitti-3d-3class.py /workspaces/mmdeploy/mmdeploy/checkpoints/download.openmmlab.com/hv_pointpillars_secfpn_6x8_160e_kitti-3d-3class_20220301_150306-37dc2420.pth /workspaces/mmdeploy/mmsegmentation/mmdetection3d/demo/data/kitti/kitti_000008.bin --work-dir work-dir --device cuda:0
and then, i got error: Concat_72: error while computing output extent
pls help me to solve this problem !!
Issue Analytics
- State:
- Created a year ago
- Comments:10
Top Results From Across the Web
Argmin on 5D tensor failed with message "error while ...
Argmin on 5D tensor failed with message "error while computing output extent" from graphShapeAnalyzer.cpp #803.
Read more >[TensorRT] ERROR: [graph.cpp::computeInputExecutionUses
Attempting to cast down to INT32. ... [TensorRT] WARNING: Tensor DataType is determined at build time for tensors not marked as input or...
Read more >LOBs with DB2 for z/OS: Stronger and Faster
Note: This book is based on a pre-GA version of DB2 Version 9.1 for z/OS and may not apply when the product becomes...
Read more >ACSL: ANSI/ISO C Specification Language Version 1.17
This document describes version 1.17 of the ANSI/ISO C Specification Language (ACSL). The language features may still evolve in the future.
Read more >VizSmith: Automated Visualization Synthesis by Mining ...
the target visualization is contained in the top-10 results returned by VIZSMITH for ... 3 would lead to an undefined variable error for...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@phamdinhdat-ai Hi, could you post here your env info with
python tools/check_env.py
and full error message?@yangyangsu29 Hi, could you try with torch==1.8.0, there might be something wrong on torch==1.10.0