ContinualAlgorithm¶
-
class
cl_gym.algorithms.ContinualAlgorithm(backbone, benchmark, params, requires_memory=False)[source]¶ Bases:
objectBase class for continual learning algorithms.It contains abstractions for implementing different algorithms, and also implementations shared among all algorithms.It can be used for Naive(Finetune) algorithm or Stable SGD algorithm by Mirzadeh et. al.