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

training issue #11

Open
Koid217 opened this issue May 31, 2024 · 5 comments
Open

training issue #11

Koid217 opened this issue May 31, 2024 · 5 comments

Comments

@Koid217
Copy link

Koid217 commented May 31, 2024

Hello, I started training again from 0 and iterated 500,000 iters to get the checkpoint and tested it. The average PSNR I got was only about 21, which is different from the checkpoint result you gave. What went wrong?

@Koid217
Copy link
Author

Koid217 commented Jun 3, 2024

How can I adjust to solve this problem.

@wyhlovecpp
Copy link
Collaborator

I think you can download ITK-SNAP to check the visualization results. In my experience, maybe IRM training fails. Instead of predicting residuals, IRM output noisy or zero images. The main reason is that the two-stage network of this paper (CPM&IRM) sharing the same gradient has the problem of training instability.
The solution is to check visualisation results as soon as possible. In my experience, training problems are often spotted early in the training phase with checkpoints 40,000 iters. If there is a model collapse, it is sufficient to train from scratch in time.

@Koid217
Copy link
Author

Koid217 commented Jun 4, 2024

I didn't change any parameters during training, why does this happen? How can I adjust to solve this problem? Thanks for your replay.

@wyhlovecpp
Copy link
Collaborator

Our experimental code does not have a uniform seed, so the results of multiple training are quite different. And I have explained in detail in the previous reply why the problem occurs and how to solve it.

@Koid217
Copy link
Author

Koid217 commented Jun 5, 2024

Thank you very much for your answer, I will try it.

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

2 participants