avalanche.models.make_icarl_net

avalanche.models.make_icarl_net(num_classes: int, n=5, c=3) IcarlNet[source]

Create IcarlNet network, the ResNet used in ICarl. :param num_classes: number of classes, network output size :param n: depth of each residual blocks stack :param c: number of input channels