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 after 1000 epochs? How to do? #2301

Closed
one2clouds opened this issue Jun 18, 2024 · 2 comments
Closed

Training after 1000 epochs? How to do? #2301

one2clouds opened this issue Jun 18, 2024 · 2 comments
Assignees

Comments

@one2clouds
Copy link

I have trained model upto 1000 epochs using command :

nnUNetv2_train dataset_id 3d_fullres num_fold

But now I want to even train model upto 2000 epochs...
Can someone assist me on How to do it ?

@amspsingh04
Copy link

go to nnUNet/nnunetv2/training/nnUNetTrainer/nnUNetTrainer.py
find self.num_epochs = 1000
change to 2000 if you like

@Karol-G
Copy link
Contributor

Karol-G commented Jul 4, 2024

Or you can use this trainer:

nnUNetv2_train dataset_id 3d_fullres num_fold -tr nnUNetTrainer_2000epochs

@Karol-G Karol-G closed this as completed Aug 5, 2024
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