Online continual learning#

Learn how to train models continually on streams without forgetting past tasks.

See also

Online (streaming) continual learning trains a model across a sequence of tasks or distributions, aiming to retain performance on earlier tasks while learning new ones. These tutorials cover training and evaluating continual learners, including the built-in strategies and how to integrate your own.