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 and validation loss in brats 2022 challenge #1307

Open
abbas695 opened this issue Jun 17, 2023 · 4 comments
Open

training and validation loss in brats 2022 challenge #1307

abbas695 opened this issue Jun 17, 2023 · 4 comments

Comments

@abbas695
Copy link

abbas695 commented Jun 17, 2023

in your brats 2022 notebook you report that you trained 5 models for 150 epochs and averaged their predictions
can i know what was the range of Val loss and train loss at the end of each fold?

@michal2409
Copy link
Contributor

I'm sorry but I don't have this data for loss values. Please refer to this table to compare between BraTS2021 (Optimized U-Net) and BraTS 2022 (Tuned U-Net) for the mean dice score.

Screenshot 2023-06-20 at 13 45 31

@abbas695
Copy link
Author

thank you so much
but does this table come from a certain paper?
i know the optimized U-net values come from the "Optimized U-Net for Brain Tumor Segmentation" paper
but what is Tuned U-net?

@michal2409
Copy link
Contributor

Tuned U-Net is the solution from BraTS 2022 notebook. Table is from our paper and will be available in proceedings (https://www.med.upenn.edu/cbica/brats)

@abbas695
Copy link
Author

abbas695 commented Jun 26, 2023

Tuned U-Net is the solution from BraTS 2022 notebook. Table is from our paper and will be available in proceedings (https://www.med.upenn.edu/cbica/brats)

thank you i hope you perform well in the challenge
another thing i want to ask about is in the brats22_model.py file the filters are [64, 128, 256, 512, 768, 1024, 2048]
self.filters = [64, 128, 256, 512, 768, 1024, 2048][: len(strides)]
but in reality the bottle neck ends with 1024 channel , so what is the purpose of 2048 ?

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