Pointnet_Pointnet2_pytorch
Pointnet_Pointnet2_pytorch copied to clipboard
Fix memory issue
Computations involving variables that require gradients will keep history. avoid using such variables in computations which will live beyond your training loops.
Reference to PyTorch FAQ: "https://github.com/lisroach/pytorch/blob/53fceff1e1e08e6d11663d260e136eaa1a74be79/docs/source/notes/faq.rst"