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

What optimizer is used? #19

Open
tureture opened this issue Apr 18, 2024 · 0 comments
Open

What optimizer is used? #19

tureture opened this issue Apr 18, 2024 · 0 comments

Comments

@tureture
Copy link

Hi!
I am looking to recreate some of the results of the paper and is wondering about what optimizer and learning rate was used when training the LightM-UNet on the LiTs dataset?

In the paper it says:

SGD was employed as the optimizer, initialized with a learning rate of 1e-4.
The PolyLRScheduler was used as the scheduler, and a total of 100 epochs were
trained

Which appears to be somewhat close to the default used in nnUnet here.

However when looking through the nnUNetTrainerLightMUNet.py file it instead appears that Adam was used.

Could you please clarify what optimizer and hyperparameters was used?
Also if anyone has a good intuition why you would use one over the other when choosing between Adam or SGD, I would love to hear 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

1 participant