ZHE-SAPI opened this issue 4 months ago · 1 comments
Where is the code for saving model parameters, so that it is convenient to resume training from breakpoints?
Oh, I got it. Just like this.
cfg.checkpoint_config = dict( by_epoch=False, interval=1000, max_keep_ckpts=5, out_dir='path/to/checkpoints' )