paTRICK-swk / D3DP

[ICCV2023] The PyTorch implementation for "Diffusion-Based 3D Human Pose Estimation with Multi-Hypothesis Aggregation"
MIT License
158 stars 8 forks source link

cuda empty cache #25

Open bruceZHU08 opened 1 week ago

bruceZHU08 commented 1 week ago

Hi authors, I wonder why you didn't use del inputs_3d, loss_3d_pos, predicted_3d_pos and torch.cuda.empty_cache() in your code.