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

fold =5 #1544

Open
sghassemi315 opened this issue Jul 6, 2023 · 5 comments
Open

fold =5 #1544

sghassemi315 opened this issue Jul 6, 2023 · 5 comments
Assignees

Comments

@sghassemi315
Copy link

I ran nnUNetv2_train Dataset888_bbmri 2d 5 --npz and now I have file named fold 5,as it shoud be[0,1,2,3,4] the result I have now is it wrong?and it is in epoch 900 and continuing yet!!!

@dojoh
Copy link

dojoh commented Aug 2, 2023

The number given specifies the fold that is run and should be in [0,1,2,3,4] or 'all'. nnUnetv2 automatically performs 5 fold cross-validation. If the number is bigger than 4 a random 80:20 split is created and evaluated.

@sghassemi315
Copy link
Author

sghassemi315 commented Aug 3, 2023 via email

@dojoh
Copy link

dojoh commented Aug 3, 2023

You can find information about bow to run inference in the documentation:
https://github.com/MIC-DKFZ/nnUNet/blob/master/documentation/how_to_use_nnunet.md#run-inference

@sghassemi315
Copy link
Author

sghassemi315 commented Aug 10, 2023 via email

@dojoh
Copy link

dojoh commented Sep 25, 2023

does following this suggestion help: pytorch/pytorch#37377 (comment)?

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