bic# Classes class models.bic.BiC(backbone, loss, args, transform)[source]# Bases: ContinualModel COMPATIBILITY: List[str] = ['class-il', 'task-il']# NAME: str = 'bic'# begin_task(dataset)[source]# build_buffer(dataset)[source]# end_task(dataset)[source]# evaluate_bias(fprefx)[source]# forward(x, anticipate=False)[source]# static get_parser()[source]# Return type: ArgumentParser observe(inputs, labels, not_aug_inputs, epoch=None)[source]#