WangYueFt / dgcnn

MIT License
1.62k stars 420 forks source link

Call contiguous() after permute() in the pytorch model #55

Closed hqucms closed 4 years ago

hqucms commented 4 years ago

This avoids an error in some versions (e.g., 1.4) of PyTorch, and also brings sizable speed improvement.