Library for Continual Learning for Practitioners
Project description
Renate: Automatic Neural Networks Retraining and Continual Learning in Python
Renate is a Python package for automatic retraining of neural networks models. It uses advanced Continual Learning and Lifelong Learning algorithms to achieve this purpose. The implementation is based on PyTorch and Lightning for deep learning, and Syne Tune for hyperparameter optimization.
Quick links
Install renate with pip install renate or look at these instructions
Examples for local training and training on Amazon SageMaker.
Who needs Renate?
In many applications data is made available over time and retraining from scratch for every new batch of data is prohibitively expensive. In these cases, we would like to use the new batch of data provided to update our previous model with limited costs. Unfortunately, since data in different chunks is not sampled according to the same distribution, just fine-tuning the old model creates problems like catastrophic forgetting. The algorithms in Renate help mitigating the negative impact of forgetting and increase the model performance overall.
Renate also offers hyperparameter optimization (HPO), a functionality that can heavily impact the performance of the model when continuously updated. To do so, Renate employs Syne Tune under the hood, and can offer advanced HPO methods such multi-fidelity algorithms (ASHA) and transfer learning algorithms (useful for speeding up the retuning).
Key features
Easy to scale and run in the cloud
Designed for real-world retraining pipelines
Advanced HPO functionalities available out-of-the-box
Open for experimentation
Resources
Cite Renate
@misc{renate2023, title = {Renate: A Library for Real-World Continual Learning}, author = {Martin Wistuba and Martin Ferianc and Lukas Balles and Cedric Archambeau and Giovanni Zappella}, year = {2023}, eprint = {2304.12067}, archivePrefix = {arXiv}, primaryClass = {cs.LG} }
What are you looking for?
- Installation Instructions
pip install renate
If you did not find what you were looking for, open an issue and we will do our best to improve the documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Renate-0.3.0.tar.gz
.
File metadata
- Download URL: Renate-0.3.0.tar.gz
- Upload date:
- Size: 188.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ef414fee66788652272d5632ce0df373fc4fce24988d5aca88f18e71cab46e5 |
|
MD5 | 0e9609e44865b665070c984c33a83927 |
|
BLAKE2b-256 | 5a2796df23626b2be30d78a7613960db8f7a3d25353f6c8c1c43101885c6a26a |
File details
Details for the file Renate-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: Renate-0.3.0-py3-none-any.whl
- Upload date:
- Size: 134.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9999198a259fee00501a9e44bc7b60bd0d3d0876215a6b1e1f99968051433f2c |
|
MD5 | 377fd8a19397a3f9ef411b8a23bcc44a |
|
BLAKE2b-256 | 231ca53fbb559068a857cf0177eb08a7b02588a0d6c5f3350c5f279d81175db3 |