z-x-yang / CFBI

The official implementation of CFBI(+): Collaborative Video Object Segmentation by (Multi-scale) Foreground-Background Integration.
BSD 3-Clause "New" or "Revised" License
322 stars 43 forks source link

torch.multiprocessing.spawn.ProcessExitedException: process 0 terminated with exit code 1 #37

Closed longmalongma closed 3 years ago

longmalongma commented 3 years ago

image

image

鑫哥,我有一个四卡2080ti的服务器,一个程序占了一部分内存,这是剩余的内存,要复现您的代码需要怎么设置resnet101_cfbi?batch_size和gpu怎么设置?我试了好多组合都是这个报错。

longmalongma commented 3 years ago

image

image

鑫哥,我有一个四卡2080ti的服务器,一个程序占了一部分内存,这是剩余的内存,要复现您的代码需要怎么设置resnet101_cfbi?batch_size和gpu怎么设置?我试了好多组合都是这个报错。

另外,要是超算上用4个16g的特斯卡跑的话,用您的默认的设置是不是就可以?

z-x-yang commented 3 years ago

As the printed log, "your training has been finished." Thus, the training process was exited.

longmalongma commented 3 years ago

As the printed log, "your training has been finished." Thus, the training process was exited.

Thanks for your reply, how to start to retrain?

z-x-yang commented 3 years ago

Change the experiment name in your config.

An experiment can't be finished twice.

longmalongma commented 3 years ago

config

Ok, thanks!