SYMBOL INDEX (154 symbols across 64 files) FILE: experiments/core50/deep_slda.py function deep_slda_core50 (line 10) | def deep_slda_core50(override_args=None): FILE: experiments/permuted_mnist/agem.py function agem_pmnist (line 10) | def agem_pmnist(override_args=None): FILE: experiments/permuted_mnist/ewc.py function ewc_pmnist (line 10) | def ewc_pmnist(override_args=None): FILE: experiments/permuted_mnist/gem.py function gem_pmnist (line 10) | def gem_pmnist(override_args=None): FILE: experiments/permuted_mnist/lfl.py function lfl_pmnist (line 8) | def lfl_pmnist(override_args=None): FILE: experiments/permuted_mnist/mir.py function mir_pmnist (line 16) | def mir_pmnist(override_args=None): FILE: experiments/permuted_mnist/naive.py function naive_pmnist (line 10) | def naive_pmnist(override_args=None): FILE: experiments/permuted_mnist/synaptic_intelligence.py function synaptic_intelligence_pmnist (line 10) | def synaptic_intelligence_pmnist(override_args=None): FILE: experiments/split_cifar10/er_ace.py function erace_scifar10 (line 17) | def erace_scifar10(override_args=None): FILE: experiments/split_cifar10/er_aml.py function eraml_scifar10 (line 16) | def eraml_scifar10(override_args=None): FILE: experiments/split_cifar10/mir.py function mir_scifar10 (line 17) | def mir_scifar10(override_args=None): FILE: experiments/split_cifar10/online_er_ace.py function eracl_scifar10 (line 18) | def eracl_scifar10(override_args=None): FILE: experiments/split_cifar10/online_replay.py function online_replay_scifar10 (line 17) | def online_replay_scifar10(override_args=None): FILE: experiments/split_cifar10/supervised_contrastive_replay.py function online_scr_scifar10 (line 19) | def online_scr_scifar10(override_args=None): FILE: experiments/split_cifar100/agem.py function agem_scifar100 (line 10) | def agem_scifar100(override_args=None): FILE: experiments/split_cifar100/er_ace.py function erace_scifar100 (line 18) | def erace_scifar100(override_args=None): FILE: experiments/split_cifar100/er_aml.py function eraml_scifar100 (line 17) | def eraml_scifar100(override_args=None): FILE: experiments/split_cifar100/gem.py function gem_scifar100 (line 10) | def gem_scifar100(override_args=None): FILE: experiments/split_cifar100/icarl.py function icarl_cifar100_augment_data (line 18) | def icarl_cifar100_augment_data(img): function icarl_scifar100 (line 35) | def icarl_scifar100(override_args=None): FILE: experiments/split_cifar100/lamaml.py function lamaml_scifar100 (line 14) | def lamaml_scifar100(override_args=None): FILE: experiments/split_cifar100/online_replay.py function online_replay_scifar100 (line 18) | def online_replay_scifar100(override_args=None): FILE: experiments/split_cifar100/replay.py function replay_scifar100 (line 20) | def replay_scifar100(override_args=None): FILE: experiments/split_mnist/cope.py function cope_smnist (line 7) | def cope_smnist(override_args=None): FILE: experiments/split_mnist/gdumb.py function gdumb_smnist (line 10) | def gdumb_smnist(override_args=None): FILE: experiments/split_mnist/generative_replay.py function generative_replay_smnist (line 10) | def generative_replay_smnist(override_args=None): FILE: experiments/split_mnist/gss.py function gss_smnist (line 19) | def gss_smnist(override_args=None): function shrinking_experience_size_split_strategy (line 59) | def shrinking_experience_size_split_strategy( function setup_mnist (line 79) | def setup_mnist(): FILE: experiments/split_mnist/lwf.py class LwFCEPenalty (line 10) | class LwFCEPenalty(avl.training.LwF): method _before_backward (line 19) | def _before_backward(self, **kwargs): function lwf_smnist (line 24) | def lwf_smnist(override_args=None): FILE: experiments/split_mnist/mir.py function mir_smnist (line 16) | def mir_smnist(override_args=None): FILE: experiments/split_mnist/naive.py function naive_smnist (line 10) | def naive_smnist(override_args=None): FILE: experiments/split_mnist/online_replay.py function online_replay_smnist (line 17) | def online_replay_smnist(override_args=None): FILE: experiments/split_mnist/rwalk.py function rwalk_smnist (line 10) | def rwalk_smnist(override_args=None): FILE: experiments/split_mnist/synaptic_intelligence.py function synaptic_intelligence_smnist (line 10) | def synaptic_intelligence_smnist(override_args=None): FILE: experiments/split_tiny_imagenet/lamaml.py function lamaml_stinyimagenet (line 14) | def lamaml_stinyimagenet(override_args=None): FILE: experiments/split_tiny_imagenet/lwf.py function lwf_stinyimagenet (line 10) | def lwf_stinyimagenet(override_args=None): FILE: experiments/split_tiny_imagenet/mas.py function mas_stinyimagenet (line 15) | def mas_stinyimagenet(override_args=None): FILE: experiments/split_tiny_imagenet/naive.py function naive_stinyimagenet (line 10) | def naive_stinyimagenet(override_args=None): FILE: experiments/split_tiny_imagenet/packnet.py function packnet_stinyimagenet (line 26) | def packnet_stinyimagenet(override_args=None): FILE: experiments/utils.py function set_seed (line 10) | def set_seed(seed): function create_default_args (line 23) | def create_default_args(args_dict, additional_args=None): function restrict_dataset_size (line 33) | def restrict_dataset_size(scenario, size: int): FILE: models/models.py class MultiHeadMLP (line 6) | class MultiHeadMLP(MultiTaskModule): method __init__ (line 7) | def __init__(self, input_size=28 * 28, hidden_size=256, hidden_layers=2, method forward (line 25) | def forward(self, x, task_labels): class MLP (line 33) | class MLP(nn.Module, BaseModel): method __init__ (line 34) | def __init__(self, input_size=28 * 28, hidden_size=256, hidden_layers=2, method forward (line 61) | def forward(self, x): method get_features (line 68) | def get_features(self, x): class SI_CNN (line 74) | class SI_CNN(MultiTaskModule): method __init__ (line 75) | def __init__(self, hidden_size=512): method forward (line 97) | def forward(self, x, task_labels): class FlattenP (line 103) | class FlattenP(nn.Module): method forward (line 106) | def forward(self, x): method __repr__ (line 110) | def __repr__(self): class MLP_gss (line 115) | class MLP_gss(nn.Module): method __init__ (line 116) | def __init__(self, sizes, bias=True): method forward (line 129) | def forward(self, x): FILE: models/models_lamaml.py class ConvCIFAR (line 10) | class ConvCIFAR(nn.Module): method __init__ (line 11) | def __init__(self, num_classes=10): method forward (line 29) | def forward(self, x): class MTConvCIFAR (line 40) | class MTConvCIFAR(ConvCIFAR, MultiTaskModule): method __init__ (line 41) | def __init__(self): method forward (line 46) | def forward(self, x, task_labels): class ConvTinyImageNet (line 60) | class ConvTinyImageNet(nn.Module): method __init__ (line 61) | def __init__(self, num_classes=10): method forward (line 81) | def forward(self, x): class MTConvTinyImageNet (line 91) | class MTConvTinyImageNet(ConvTinyImageNet, MultiTaskModule): method __init__ (line 92) | def __init__(self): method forward (line 97) | def forward(self, x, task_labels): FILE: models/reduced_resnet18.py function conv3x3 (line 12) | def conv3x3(in_planes, out_planes, stride=1): class BasicBlock (line 18) | class BasicBlock(nn.Module): method __init__ (line 21) | def __init__(self, in_planes, planes, stride=1): method forward (line 41) | def forward(self, x): class ResNet (line 49) | class ResNet(nn.Module): method __init__ (line 50) | def __init__(self, block, num_blocks, nf): method _make_layer (line 61) | def _make_layer(self, block, planes, num_blocks, stride): method forward (line 69) | def forward(self, x): class MultiHeadReducedResNet18 (line 84) | class MultiHeadReducedResNet18(MultiTaskModule): method __init__ (line 90) | def __init__(self, size_before_classifier=160): method forward (line 95) | def forward(self, x, task_labels): class SingleHeadReducedResNet18 (line 101) | class SingleHeadReducedResNet18(torch.nn.Module): method __init__ (line 102) | def __init__(self, num_classes): method feature_extractor (line 107) | def feature_extractor(self, x): method forward (line 111) | def forward(self, x): FILE: models/vgg.py class MultiHeadVGG (line 7) | class MultiHeadVGG(MultiTaskModule): method __init__ (line 8) | def __init__(self, n_classes=20): method forward (line 13) | def forward(self, x, task_labels): class VGGSmall (line 28) | class VGGSmall(torchvision.models.VGG): method __init__ (line 33) | def __init__(self): method forward (line 52) | def forward(self, x): class MultiHeadVGGSmall (line 57) | class MultiHeadVGGSmall(MultiTaskModule): method __init__ (line 58) | def __init__(self, n_classes=200, hidden_size=128): method forward (line 70) | def forward(self, x, task_labels): class SingleHeadVGGSmall (line 77) | class SingleHeadVGGSmall(nn.Module): method __init__ (line 78) | def __init__(self, n_classes=200, hidden_size=128): method forward (line 89) | def forward(self, x): FILE: tests/agem/experiment.py class AGEM (line 7) | class AGEM(unittest.TestCase): method test_pmnist (line 17) | def test_pmnist(self): method test_scifar100 (line 27) | def test_scifar100(self): FILE: tests/cope/experiment.py class COPE (line 6) | class COPE(unittest.TestCase): method test_smnist (line 14) | def test_smnist(self): FILE: tests/dslda/experiment.py class DSLDA (line 6) | class DSLDA(unittest.TestCase): method test_core50 (line 13) | def test_core50(self): FILE: tests/er_ace/experiment.py class ER_ACE (line 7) | class ER_ACE(unittest.TestCase): method test_scifar10 (line 15) | def test_scifar10(self): method test_scifar100 (line 25) | def test_scifar100(self): FILE: tests/er_aml/experiment.py class ER_AML (line 7) | class ER_AML(unittest.TestCase): method test_scifar10 (line 16) | def test_scifar10(self): method test_scifar100 (line 27) | def test_scifar100(self): FILE: tests/ewc/experiment.py class EWC (line 6) | class EWC(unittest.TestCase): method test_pmnist (line 13) | def test_pmnist(self): FILE: tests/gdumb/experiment.py class GDumb (line 6) | class GDumb(unittest.TestCase): method test_smnist (line 13) | def test_smnist(self): FILE: tests/gem/experiment.py class GEM (line 7) | class GEM(unittest.TestCase): method test_pmnist (line 14) | def test_pmnist(self): method test_scifar100 (line 24) | def test_scifar100(self): FILE: tests/generative_replay/experiment.py class GenerativeReplay (line 6) | class GenerativeReplay(unittest.TestCase): method test_smnist (line 12) | def test_smnist(self): FILE: tests/gss/experiment.py class GSS (line 6) | class GSS(unittest.TestCase): method test_smnist (line 15) | def test_smnist(self): FILE: tests/iCARL/experiment.py class iCARL (line 6) | class iCARL(unittest.TestCase): method test_scifar100 (line 16) | def test_scifar100(self): FILE: tests/lamaml/experiment.py class LaMAML (line 7) | class LaMAML(unittest.TestCase): method test_scifar100 (line 16) | def test_scifar100(self): method test_stinyimagenet (line 28) | def test_stinyimagenet(self): FILE: tests/lfl/experiment.py class LFL (line 6) | class LFL(unittest.TestCase): method test_pmnist (line 14) | def test_pmnist(self): FILE: tests/lwf/experiment.py class LwF (line 7) | class LwF(unittest.TestCase): method test_smnist (line 24) | def test_smnist(self): method test_stinyimagenet (line 34) | def test_stinyimagenet(self): FILE: tests/mas/experiment.py class MAS (line 6) | class MAS(unittest.TestCase): method test_stinyimagenet (line 14) | def test_stinyimagenet(self): FILE: tests/mir/experiment.py class MIR (line 8) | class MIR(unittest.TestCase): method test_pmnist (line 15) | def test_pmnist(self): method test_smnist (line 25) | def test_smnist(self): method test_scifar10 (line 35) | def test_scifar10(self): FILE: tests/packnet/experiment.py class PackNet (line 6) | class PackNet(unittest.TestCase): method test_stinyimagenet (line 21) | def test_stinyimagenet(self): FILE: tests/rwalk/experiment.py class RWalk (line 6) | class RWalk(unittest.TestCase): method test_smnist (line 14) | def test_smnist(self): FILE: tests/scr/experiment.py class SCR (line 6) | class SCR(unittest.TestCase): method test_scifar10 (line 14) | def test_scifar10(self): FILE: tests/synaptic_intelligence/experiment.py class SynapticIntelligence (line 7) | class SynapticIntelligence(unittest.TestCase): method test_smnist (line 14) | def test_smnist(self): method test_pmnist (line 24) | def test_pmnist(self): FILE: tests/test_template.py class StrategyName (line 8) | class StrategyName(unittest.TestCase): method test_benchmarkname (line 9) | def test_benchmarkname(self): FILE: tests/utils.py function pandas_to_list (line 8) | def pandas_to_list(input_str): function get_target_result (line 12) | def get_target_result(strat_name: str, bench_name: str): function get_average_metric (line 31) | def get_average_metric(metric_dict: dict, metric_name: str = 'Top1_Acc_S...