ContinualAI / ContinualAI/avalanche
Move synaptic intelligence out of alpha stage
Open
- Dominant language
- Python
- Stars
- 2.1k
- Forks
- 321
- PR merge metrics
- No merged PRs in 30d
Description
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 use at your own risk!")
```
As a researcher I would like it to be aligned with the paper and have appropriate tests to verify that.
Contributor guide
Assessment
This issue has not been assessed yet.