joint#
This module contains the implementation of the Joint CL model.
Classes
- class models.deprecated.joint.Joint(backbone, loss, args, transform)[source]#
Bases:
ContinualModelThe Joint CL model. The model is deprecated, use the option –joint=1 instead combined with the SGD model.
- COMPATIBILITY#
the joint model is compabible with class-il, domain-il and task-il scenarios. For a joint model for the general-continual scenario, see the joint_gcl model.
- Type:
Functions