sgd#
This module implements the simplest form of incremental training, i.e., finetuning.
Classes
- class models.sgd.Sgd(backbone, loss, args, transform)[source]#
Bases:
ContinualModelImplementation of the Sgd model for continual learning.
This module implements the simplest form of incremental training, i.e., finetuning.
Classes
Bases: ContinualModel
Implementation of the Sgd model for continual learning.