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
Thanks for sharing the nnU-net! I'm trying to train a 2D model with massachusetts road segmentation dataset. However, when the training process reaches about the 4th epoch, the terminal will display "killed" without any error message. Then the training process will be interrupted, and a large number of processes (about 8G) will remain in GPU memory. I tried to reduce batch_size to 1, and the same thing happened at the 10th epoch. Why does this happen? My computer uses Ubuntu with a 2080Ti, and the CUDA and CUDNN versions are 10.2.89 and 7.6.5 respectively.