You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using multi-GPU training from scratch, the BTCV segmentation score of 91.8% the average dice score cannot be achieved.
To Reproduce
Steps to reproduce the behavior:
Parallel training is performed on 4 T100s.
The batch size is set to 1, and max_epochs is set to 5000. Other settings are selected as default.
My confusion is:
I cannot reproduce the average dice score of 91.8%, and the highest is only 83%. What training method should be used to achieve the scores recorded in the paper?