[Auto3DSeg] Continuing Training for Folds #7461
-
Hi, I am using Auto3DSeg for my dataset. I used the following code -
While the training was working for |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hi @imruljubair, thanks for your interest here. MONAI/monai/apps/auto3dseg/auto_runner.py Line 186 in ff43028 |
Beta Was this translation helpful? Give feedback.
-
@imruljubair note that the current options for resuming are at the level of folds. That is, you can either skip the partially-trained fold or restart it from scratch. I do not believe it is possible to resume training a partially-trained fold from a checkpoint, at least at the level of the AutoRunner or BundleGen objects, but I am looking into how to implement that locally. For more info, please review discussion #5754, issue #5756, and PR #6310. The latter explains where the trained / not trained flag is. |
Beta Was this translation helpful? Give feedback.
-
I wish we had the option to load partially trained models at each load, it saves a lot of time by not training the partially trained fold from scracth. |
Beta Was this translation helpful? Give feedback.
@imruljubair note that the current options for resuming are at the level of folds. That is, you can either skip the partially-trained fold or restart it from scratch. I do not believe it is possible to resume training a partially-trained fold from a checkpoint, at least at the level of the AutoRunner or BundleGen objects, but I am looking into how to implement that locally. For more info, please review discussion #5754, issue #5756, and PR #6310. The latter explains where the trained / not trained flag is.