hturki / pynerf

Pyramidal Neural Radiance Fields
57 stars 6 forks source link

CUDA error in ns-viewer, ns-render, ns-export etc. #4

Open minar09 opened 11 months ago

minar09 commented 11 months ago

Hi, thanks for sharing the great work. The installation and training following the nerfstudio project can be done smoothly. However, its throwing the following error whenever any commands run related to the viewer, render, export etc. Can you please help? Thanks. 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. Compile withTORCH_USE_CUDA_DSAto enable device-side assertions.

hturki commented 11 months ago

could you try launching with CUDA_LAUNCH_BLOCKING=1 as the error recommends and providing a stacktrace of where this happens?