You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling GridEncoder with empty positions positions.shape=[0, 3] causes CUDA to enter an invalid state silently. Subsequent calls to CUDA kernels would fail with the following error:
RuntimeError: CUDA error: invalid configuration argument
Calling GridEncoder with empty positions
positions.shape=[0, 3]
causes CUDA to enter an invalid state silently. Subsequent calls to CUDA kernels would fail with the following error:More info: nerfstudio-project/nerfacc#207 (comment)
minimal code to repro:
The text was updated successfully, but these errors were encountered: