-
The details are as follows.
https://github.com/ContinualAI/reproducible-continual-learning/issues/4#issuecomment-1011808290
-
Hello,
First of all, thank you for your fantastic work. Avalanche is a pleasure to work with.
I am currently working on a basic Replay strategy implementation for a project at University. Durin…
-
gitbook tutorials can be executed on colab. They are created for Avalanche 0.1.0. The problem is that they install from pip, meaning most of them crash due to breaking changes in the master:
`!pip in…
-
```
train_data_loader = DataLoader(
train_dataset, num_workers=num_workers, batch_size=train_mb_size)
correct = 0
for iteration, (test_mb_x, test_mb_y) in enumerate(test_data_l…
-
As seen in the image,
the code of ava.py is copied from ["putting all together"](https://avalanche.continualai.org/from-zero-to-hero-tutorial/07_putting-all-together)
![image](https://user-images.g…
-
[Link to the paper](https://openaccess.thecvf.com/content_cvpr_2017/html/Rebuffi_iCaRL_Incremental_Classifier_CVPR_2017_paper.html)
-
### Discussed in https://github.com/ContinualAI/avalanche/discussions/854
Originally posted by **DannyFGitHub** December 16, 2021
Is there a built in way of using pytorch's ReduceLROnPlateau o…
-
Add the ICaRL strategy to the main CL Baselines.
-
🐛 **Describe the bug**
The Zero to Hero Tutorial on Benchmarks has a line of code under the [Scenarios sub-header](https://avalanche.continualai.org/from-zero-to-hero-tutorial/03_benchmarks#scenari…
-
[Link to the paper](https://proceedings.neurips.cc/paper/2019/file/e562cd9c0768d5464b64cf61da7fc6bb-Paper.pdf)