PointFlow icon indicating copy to clipboard operation
PointFlow copied to clipboard

The time spent on each epoch is increasing

Open Fly-Pluche opened this issue 1 year ago • 1 comments

I added the flow block in the PointFlow to my model. Then, the bug happened. I tried torch.cuda.empty_cache() and del recon_loss , but not work. 71aab4587a4534d74ded156788f4a94

Fly-Pluche avatar Dec 24 '23 14:12 Fly-Pluche

I added the flow block in the PointFlow to my model. Then, the bug happened. I tried torch.cuda.empty_cache() and del recon_loss , but not work. 71aab4587a4534d74ded156788f4a94

Have you solved this problem? I met the same problem.

YTYang627 avatar Feb 26 '24 05:02 YTYang627

Have you visualize the number of solver steps? It could be the server steps increasing as the training go, which can happen as the points flow in more and more curve trajectories.

stevenygd avatar Jul 23 '24 18:07 stevenygd