Pointnet2_PyTorch
Pointnet2_PyTorch copied to clipboard
Any plans to add mixed precision training ?
Pytorch 1.6 now natively supports mixed precision training. This can lead to much faster training without loss in model accuracy. I was wondering if you have any plans to add support for mixed precision training. Right now, the model doesn't seem to be working with mixed precision. Thanks.
I do not have any plans to do so.