3dlg-hcvc / M3DRef-CLIP

[ICCV 2023] Multi3DRefer: Grounding Text Description to Multiple 3D Objects
https://3dlg-hcvc.github.io/multi3drefer/
MIT License
64 stars 3 forks source link

RuntimeError: CUDA error: an illegal memory access was encountered #14

Closed Victor-Xiaoyu-Ye closed 7 months ago

Victor-Xiaoyu-Ye commented 8 months ago

Encountered this error,everything is freshly clone from this repo

“RuntimeError: CUDA error: an illegal memory access was encountered
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
Compile with TORCH_USE_CUDA_DSA to enable device-side assertions. ”

eamonn-zh commented 8 months ago

Hello @victor-cilay, are you using our original experiment configs? Please first make sure your GPU memory is enough, since this error could happen due to the CUDA out-of-memory error.