An open API service indexing awesome lists of open source software.

https://github.com/gmvandeven/incremental_cifar100

Implementation of BI-R in T&E framework.
https://github.com/gmvandeven/incremental_cifar100

Last synced: 3 months ago
JSON representation

Implementation of BI-R in T&E framework.

Awesome Lists containing this project

README

          

# Class-incremental learning with Brain-Inspired Replay in the T&E framework

Besides Brain-Inspired Replay (BI-R), we have currently implemented simple fine-tuning (None), Synaptic Intelligence (SI) and Learning without Forgetting (LwF) as baseline methods.

To run each of these methods, use the following:
- None: ```python train_cifar100_incremental```
- LwF: ```python train_cifar100_incremental --lwf```
- SI: ```python train_cifar100_incremental --si```
- BI-R: ```python train_cifar100_incremental --bir```
- BI-R + SI: ```python train_cifar100_incremental --bir --si```

Log-files for evaluating performance should be produced by running any of the above commands, but we are still working on evaluating these log-files using the l2metrics-environment.