train_cfg = dict(type='EpochBasedTrainLoop', max_epochs=4000) only keeps the latest 3 checkpoints default_hooks = dict(checkpoint=dict(max_keep_ckpts=3)) NOTE:auto_scale_lris for automatically scaling LR based on the actual training batch size. ...
Computerecur(1,1,2) // it's for number 01 Computerecur(1,2,2) // it's for number 02 Computerecur(1,3,2) // it's for number 03 Computerecur(1,4,2) // it's for number 04 Computerecur(1,5,2) // it's for number 05 Computerecur(1,6,2) // it's for numbe...