Skip to content

Commit

Permalink
Minor changes for 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCossu committed Oct 28, 2024
1 parent 56f2b9f commit 97a67a3
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions avalanche/training/supervised/strategy_wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1696,5 +1696,6 @@ def __init__(
"MAS",
"BiC",
"MIR",
"PackNet",
"FromScratchTraining",
]
Binary file added dist/avalanche_lib-0.5.0a0-py3-none-any.whl
Binary file not shown.
Binary file added dist/avalanche_lib-0.5.0a0.tar.gz
Binary file not shown.
20 changes: 20 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,26 @@
"MetaLearningStrategyProtocol",
"MultiParamTransformCallable",
"TqdmUpTo",
"TaskAwareSupervisedClassificationDataset",
"HybridFfcvLoader",
"FeatureExtractorModel",
"FixedSizeExperienceSplitter",
"FeatureDataset",
"CyclicSampler",
"LazyTrainValSplitter",
"AvalancheImageNet",
"SingleDatasetDataLoader",
"TaskAwareClassificationDataset",
"TaskAware",
"Adaptable",
"FFCVInfo",
"PackNetPlugin",
"ClassesTimeline",
"Buffer",
"BoundaryAware",
"PackNetModule",
"Agent",
"PositionalArgumentsDeprecatedWarning",
]
undocumented_classes_to_ignore = set(undocumented_classes_to_ignore)

Expand Down
8 changes: 8 additions & 0 deletions docs/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ networks, ...).
MultiTaskModule
IncrementalClassifier
MultiHeadClassifier
CosineIncrementalClassifier

Progressive Neural Networks
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -68,6 +69,13 @@ Models
SlimResNet18
MTSlimResNet18
ExpertGate
packnet.PackNetModel
packnet.packnet_simple_mlp
FeCAMClassifier
cosine_layer.CosineLinear
cosine_layer.SplitCosineLinear
packnet.WeightAndBiasPackNetModule



Model Wrappers and Utilities
Expand Down
14 changes: 14 additions & 0 deletions docs/training.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,12 @@ Ready-to-use continual learning strategies.
ER_ACE
LearningToPrompt
SCR
PackNet
FromScratchTraining
ExpertGateStrategy
DER
ER_AML
FeatureReplay
supervised.lamaml.LaMAML
supervised.lamaml_v2.LaMAML

Expand Down Expand Up @@ -132,6 +135,8 @@ Loss Functions
LearningWithoutForgetting
ACECriterion
SCRLoss
MaskedCrossEntropy
AMLCriterion


Training Plugins
Expand Down Expand Up @@ -184,3 +189,12 @@ Strategy implemented as plugins in `avalanche.training.plugins`.
MIRPlugin
RARPlugin
FromScratchTrainingPlugin
FeatureDistillationPlugin
FeCAMOracle
MemoryFeCAMUpdate
CurrentDataFeCAMUpdate
MemoryNCMUpdate
NCMOracle
CurrentDataNCMUpdate


0 comments on commit 97a67a3

Please sign in to comment.