Pointnet_Pointnet2_pytorch icon indicating copy to clipboard operation
Pointnet_Pointnet2_pytorch copied to clipboard

Fix memory issue

Open ZhipengXue97 opened this issue 2 years ago • 0 comments

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"

ZhipengXue97 avatar Jul 06 '23 09:07 ZhipengXue97