MASILab / 3DUX-Net

240 stars 33 forks source link

About RuntimeError #18

Closed zzzyzh closed 1 year ago

zzzyzh commented 1 year ago

Hi!

RuntimeError: CUDA error: device-side assert triggered 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.

What should I do?

leeh43 commented 1 year ago

Hi, seems like it is a mismatch with your pytorch and the cuda version. Have you followed my installation tutorial and install the corresponding version of pytorch?

zzzyzh commented 1 year ago

Yes I find that my env has some problems! Thanks a lot!