yulu0724 / SDC-IL

Semantic Drift Compensation for Class-Incremental Learning (CVPR2020)
115 stars 34 forks source link

Model Saving During Training #9

Closed akashgokul closed 3 years ago

akashgokul commented 3 years ago

Here you save models every n epochs (e.g. 50). However, that seems to break this line because the last epoch (e.g. epoch 200) is not saved but a retrieval is attempted.

yulu0724 commented 3 years ago

Usually we set the training epochs for example 201, and save every 50/100/200 epochs, so the last saved model is actually the 200th epoch.