Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The time spent on each epoch is increasing #41

Closed
Fly-Pluche opened this issue Dec 24, 2023 · 2 comments
Closed

The time spent on each epoch is increasing #41

Fly-Pluche opened this issue Dec 24, 2023 · 2 comments

Comments

@Fly-Pluche
Copy link

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

@YTYang627
Copy link

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.

@stevenygd
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants