avalanche icon indicating copy to clipboard operation
avalanche copied to clipboard

Avalanche: an End-to-End Library for Continual Learning based on PyTorch.

Results 182 avalanche issues
Sort by recently updated
recently updated
newest added

Synaptic intelligence `avalanche/training/plugins/synaptic_intelligence.py` currently has the following warning ``` warnings.warn("The Synaptic Intelligence plugin is in an alpha stage " "and is not perfectly aligned with the paper " "implementation. Please...

Fixing some errors with the current artifacts integration.

We should: - [x] Expand category-level classification support. - [x] Add CORe50 mini (32x32) - [ ] Test set split in experiences option - [ ] Document the dataset and...

Feature - Low Priority
Benchmarks

🐛 **Describe the bug** A clear and concise description of what the bug is. I tried avalanche using sample code from your GitHub and tutorials. I tried to implement Omniglot...

bug

It would be nice to have a plugin that allows to concatenate to each input pattern a task descriptor. The task descriptor may be a simple one-hot task vector or...

Feature - Low Priority
models

There is something weird going on. Every time the ContinualAI-bot makes a commit to this repo, it also changes files that have already been updated ([example](https://github.com/ContinualAI/avalanche/commit/3b4d8b3bd8dc7abcd8676632ded3343ba6c89d21)). maybe the github actions...

bug
documentation

Add (Diaz-Rodriguez, 2018) metrics (A, MS, SSS, CE, CLscore, CLstability)

Feature - Low Priority
good first issue
Evaluation

Hi, Similar to the class confusion matrix available, is there a **task confusion matrix also available**? This would be useful to actually assess BWT and other metrics, since every task's...

Evaluation

For the moment, the nc_benchmark generator function allows for a nc_first_task option, which is good for pre-training in the class-incremental learning scenario. However, the same kind of option is not...

Feature - Low Priority
good first issue
Benchmarks