Skip to content

Beta v0.3.0

Compare
Choose a tag to compare
@AntonioCarta AntonioCarta released this 14 Dec 01:08
· 819 commits to master since this release
c11b764

Improved performance for several benchmarks:

  • Permuted MNIST #1129
  • Online Continual Learning scenarios #1217
    Refactoring of the AvalancheDataset (see related how-to)
  • better support for non-vision data such as Huggingface datasets (see nlp.py)
  • optional task labels and class labels
  • performance improvements
    New strategies:
  • BiC #1193
  • MER #1227
  • MIR #1201
  • ER-ACE
    General strategy improvements:
  • general meta-learning support
  • Checkpointing support
    Continual-Learning-Baselines: increased number of baselines and fixed most of the performance issues. All the new strategies will be reproduced at continual-learning-baselines.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0