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
I'm encountering some strange errors when using mesh_intersection on 3090 GPU, CUDA 11.1, python 3.8.8, pytorch 1.8.1.
I encountered a CUDA out of memory error when running examples/batch_smpl_untangle.py using suggested parameters.
If I add a line val += np.random.normal(0, 0.1, val.shape) between examples/batch_smpl_untangle.py:129 and 130, coll_idx can sometimes have a negative length in loss.py:224.
It looks like that the problem is with CUDA11. Is it possible for you to support CUDA 11?
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hi,
I'm encountering some strange errors when using mesh_intersection on 3090 GPU, CUDA 11.1, python 3.8.8, pytorch 1.8.1.
I encountered a
CUDA out of memory
error when runningexamples/batch_smpl_untangle.py
using suggested parameters.If I add a line
val += np.random.normal(0, 0.1, val.shape)
betweenexamples/batch_smpl_untangle.py:129 and 130
,coll_idx
can sometimes have a negative length inloss.py:224
.It looks like that the problem is with CUDA11. Is it possible for you to support CUDA 11?
Thank you very much!
The text was updated successfully, but these errors were encountered: