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

'--ndet' flag #19

Closed
abergsneider opened this issue Jan 19, 2021 · 2 comments
Closed

'--ndet' flag #19

abergsneider opened this issue Jan 19, 2021 · 2 comments

Comments

@abergsneider
Copy link

Hi Jun,

Thank you so much for sharing this with everyone. I'm coming from the nnU-Net repository after researching some of the issues posted.

I'm getting ready to implement your repository but noticed the --ndet flag at the end of the suggested run command python run/run_training.py 3d_fullres nnUNetTrainer_Dice TaskXX_MY_DATASET FOLD --ndet. I'm not familiar with what this flag does, and I can't seem to find any information about it anywhere. My best guess is that it is for non-deterministic training but I think nnU-Net does this by default.

Any info is much appreciated. Take care!

Andres

@JunMa11
Copy link
Owner

JunMa11 commented Jan 21, 2021

Hi @abergsneider ,

Thanks for your interest very much.

I guess you are using the nnU-Net V2. However, my repo was developed with nnU-Net V1.

If you want to use the Dice loss to train your model, I would recommend nnUNetTrainerV2_Loss_Dice.py.

nnUNet_train 3d_lowres nnUNetTrainerV2_Loss_Dice TaskXXX_MYTASK FOLD

Hope this answer can help you. Also, please feel free to raise any questions.

Best regards,
Jun

@abergsneider
Copy link
Author

Thanks @JunMa11, I will go ahead and play around with those loss functions. And thanks for kindly pointing me in the right direction.

Best,

Andres

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