mmdeploy: RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED
Hi, I am using mmdeploy to convert maskrcnn pth model to tensorrt, and i got this error:
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED
my command:
python tools/deploy.py \ configs/mmdet/instance-seg/instance-seg_tensorrt_dynamic-320x320-1344x1344.py \ /home/mmlab/mmdetection-2.20.0/project/mrcnn_r18_fpn_160e/mrcnn_r18_fpn_160e.py \ /home/mmlab/mmdetection-2.20.0/project/mrcnn_r18_fpn_160e/epoch_150.pth \ /home/mmlab/mmdetection-2.20.0/demo/demo.jpg \ --work-dir work_dir \ --device cuda:0
my env: gcc g++ 7.5.0 cuda 10.2 cudnn 7.6.5 tensorrt 7.2.3 torch 1.8.0
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 16 (7 by maintainers)
Commits related to this issue
- [Enhancement] upgrade isort in pre-commit config by refering to mmflow pr #87 — committed to lvhan028/mmdeploy by lvhan028 2 years ago
- [Enhancement] upgrade isort in pre-commit config (#141) * [Enhancement] upgrade isort in pre-commit config by refering to mmflow pr #87 * fix lint * remove .isort.cfg and put its known_third_pa... — committed to open-mmlab/mmdeploy by lvhan028 2 years ago
- Merge Master, update optimizer (#151) * [Feature] add yolox ncnn (#29) * add yolox ncnn * add ncnn android performance of yolox * add ut * fix lint * fix None bugs for ncnn * test c... — committed to open-mmlab/mmdeploy by grimoire 2 years ago
- Torchscript support (#159) * support torchscript * add nms * add torchscript configs and update deploy process and dump-info * typescript -> torchscript * add torchscript custom extension... — committed to open-mmlab/mmdeploy by AllentDan 2 years ago
- Torchscript support (#159) * support torchscript * add nms * add torchscript configs and update deploy process and dump-info * typescript -> torchscript * add torchscript custom extension... — committed to open-mmlab/mmdeploy by AllentDan 2 years ago
- Torchscript support (#159) * support torchscript * add nms * add torchscript configs and update deploy process and dump-info * typescript -> torchscript * add torchscript custom extension... — committed to irexyc/mmdeploy by AllentDan 2 years ago
- Torchscript support (#159) * support torchscript * add nms * add torchscript configs and update deploy process and dump-info * typescript -> torchscript * add torchscript custom extension... — committed to irexyc/mmdeploy by AllentDan 2 years ago
- add-mmpose-sdk (#259) * Torchscript support (#159) * support torchscript * add nms * add torchscript configs and update deploy process and dump-info * typescript -> torchscript * add t... — committed to open-mmlab/mmdeploy by irexyc 2 years ago
- [Feature]Support centerpoint (#252) * bump version to v0.4.0 * [Enhancement] Make rewriter more powerful (#150) * Finish function tests * lint * resolve comments * Fix tests * docst... — committed to open-mmlab/mmdeploy by VVsssssk 2 years ago
- Torchscript support (#159) * support torchscript * add nms * add torchscript configs and update deploy process and dump-info * typescript -> torchscript * add torchscript custom extension... — committed to open-mmlab/mmdeploy by AllentDan 2 years ago
- add-mmpose-sdk (#259) * Torchscript support (#159) * support torchscript * add nms * add torchscript configs and update deploy process and dump-info * typescript -> torchscript * add t... — committed to open-mmlab/mmdeploy by irexyc 2 years ago
- [Feature]Support centerpoint (#252) * bump version to v0.4.0 * [Enhancement] Make rewriter more powerful (#150) * Finish function tests * lint * resolve comments * Fix tests * docst... — committed to open-mmlab/mmdeploy by VVsssssk 2 years ago
- Dev v0.4.0 (#301) * bump version to v0.4.0 * [Enhancement] Make rewriter more powerful (#150) * Finish function tests * lint * resolve comments * Fix tests * docstring & fix * Co... — committed to open-mmlab/mmdeploy by lvhan028 2 years ago
- Torchscript support (#159) * support torchscript * add nms * add torchscript configs and update deploy process and dump-info * typescript -> torchscript * add torchscript custom extension... — committed to wutongshenqiu/mmdeploy by AllentDan 2 years ago
- [Feature] Add mmrazor support (#220) * Torchscript support (#159) * support torchscript * add nms * add torchscript configs and update deploy process and dump-info * typescript -> torchsc... — committed to open-mmlab/mmdeploy by wutongshenqiu 2 years ago
- [Feature] Add mmrazor support (#220) * Torchscript support (#159) * support torchscript * add nms * add torchscript configs and update deploy process and dump-info * typescript -> torchsc... — committed to lvhan028/mmdeploy by wutongshenqiu 2 years ago
- [Feature] Add mmrazor support (#220) * Torchscript support (#159) * support torchscript * add nms * add torchscript configs and update deploy process and dump-info * typescript -> torchscript * ... — committed to lvhan028/mmdeploy by wutongshenqiu 2 years ago
You are welcome. Feel free to open issues or pull requests to MMDeploy in the future.
Thank you for your help, my environment has been set up successfully !!!