Codalab submission questions #52
stijndebeer
started this conversation in
General
Replies: 2 comments 6 replies
-
|
Mmmmmh, strange. I have checked your submission, and everything seems fine. However, I do see that the model only works "okay" on a few classes. could you send me the code snipped from your data loading in the training and evaluation loader? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I used the same code as given at the beginning of the course. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So I submitted two trained models with a test dice of 0.6, and they have gotten a dice of 0.23 and 0.18 on the Codalab server.

Currently, I am quite stumped on how this could happen on the peak performance benchmark.
I calculate the dice as the mean for all the classes, and attached below is the Codalab prediction
One of the models uses the original TA-baseline normalization, and the second model uses imagenet normalization.
Both models are trained using a combined CE+DICE loss
Could someone enlighten me on what I might have missed?
Beta Was this translation helpful? Give feedback.
All reactions