-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
Low validation DSC when training on Brats2018 #28
Comments
Same problem, how to fix it? |
I have also encountered the same issue. When training on the brats2018 and brats2019 datasets, the dice scores of the validation set consistently converge to slightly above 60, which is significantly lower than the dice scores of the training set. |
I think there is no proper DSC function for BratTS dataset in this repository. BratTS aims to seg WT, TC and ET, there are overlapping regions among those 3 areas, that is saying we should calculate the aboved 3 DSCs to show the performance of our trained model. But in this repo, they just put a general DSC func to all seg tasks. |
Hello, First of all, thanks for the amazing work.
Question: I tried to train the Unet3D model on bratS 2018 dataset using the 'train_brats_2018_new.py'. but I got lower validation DSC and higher validation loss, I think the model is facing some trouble on validation set:
The text was updated successfully, but these errors were encountered: