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
During the training process, I keep encountering the following error. I have checked the format of xyz1 and xyz2 inputs to ChamferFunction, which are (32, 640, 3) and (32, 1280, 3) respectively, and they seem to be correct. I would like to consult on possible solutions. Looking forward to your response.
The text was updated successfully, but these errors were encountered:
I did not encounter such a problem.
After some research on this issues, I have two things to confirm: 1) are you using sparse tensor? 2) can you try making all tensor continuous (.continuous() in PyTorch) before sending to the chamfer function.
During the training process, I keep encountering the following error. I have checked the format of xyz1 and xyz2 inputs to ChamferFunction, which are (32, 640, 3) and (32, 1280, 3) respectively, and they seem to be correct. I would like to consult on possible solutions. Looking forward to your response.
The text was updated successfully, but these errors were encountered: