Renate

Library for automatic retraining and continual learning

APACHE-2.0 License

Downloads
218
Stars
277
Committers
9
Renate - Release 0.5.2 Latest Release

Published by wistuba 4 months ago

Minor release that upgrades versions of sagemaker, requests, Pillow, and transformers to account for vulnerabilities.

Renate - Release 0.5.1

Published by wistuba 9 months ago

Minor release that changes versions of Pillow and transformers library to account for untrusted data vulnerability in transformers<4.36.0 and arbitrary code execution in Pillow<10.2.0.

Renate - v0.5.0

Published by 610v4nn1 11 months ago

🤩 Highlights

In this release we focused on the addition of methods for continual learning that do not require storing data in memory. In particular, we implemented methods that can work in combination with pre-trained transformer models.

🌟 New Features

🛢 Datasets

📜 Documentation Updates

🐛 Bug Fixes

Full Changelog: https://github.com/awslabs/Renate/compare/v0.4.0...v0.5.0

Renate - Release 0.4.0

Published by wistuba about 1 year ago

🤩 Highlights

Renate 0.4.0 adds multi-gpu training via deepspeed, data shift detectors, L2P as a new updater, and a couple of new datasets for benchmarking (WildTimeData, CLEAR, DomainNet, 4TextDataset).

🌟 New Features

🛢 Datasets

📜 Documentation Updates

🐛 Bug Fixes

🏗️ Code Refactoring

🔧 Maintenance

Full Changelog: https://github.com/awslabs/Renate/compare/v0.3.1...v0.4.0

Renate - Release v0.3.1

Published by wistuba over 1 year ago

What's Changed

Full Changelog: https://github.com/awslabs/Renate/compare/v0.3.0...v0.3.1

Renate - Release v0.3.0

Published by lballes over 1 year ago

What's Changed

Full Changelog: https://github.com/awslabs/Renate/compare/v0.2.1...v0.3.0

Renate - Release v0.2.1

Published by 610v4nn1 over 1 year ago

What's Changed

  • Update README.rst with paper ref by @610v4nn1
  • Add doc page explaining NLP example by @lballes
  • Bugfix, removed the need to specify the chunk id @wistuba

Full Changelog: https://github.com/awslabs/Renate/compare/v0.2.0...v0.2.1

Renate - Release v0.2.0

Published by 610v4nn1 over 1 year ago

Renate v0.2 is finally here! 🌟
In these 88 new commits we made a number of enhancements and fixes.
It has been a great team effort and we are very happy to see that two more developers decided to contribute to Renate.

Highlights

  • Scalable data buffer (@lballes). Since replay-based methods are used in many practical applications, and having a larger memory buffer leads to better performance, we made sure Renate users will be able to use a replay-memory larger than the physical memory they have available on their machines. This will enable more folks to use Renate in practice, especially in combinations with large models and datasets.
  • Avalanche learning strategies are usable in Renate(@wistuba). Avalanche is a library for continual learning aiming at making research reproducible. While Renate focuses on real-world applications, it can still be useful to for users to compare with the training strategies implemented in Avalanche. To this purpose, Renate now allows the usage of Avalanche training strategies but not all the functionalities are available for Avalanche training strategies (see details here ).
  • Simplified interfaces (@610v4nn1, @wistuba). We simplified naming for attributes and methods to make the library more intuitive and easier to use. Usability is always among our priorities and we will be happy to get more feedback after these changes.
  • Additional tests (@wesk). We increased the amount of testing done for every PR and we are not running a number of quick training jobs. This will allow us to capture additional problems which may come from the interaction between different components of the library and which, usually, are not captured by unit tests.

There is way more to be discovered, from the examples using pre-trained text models (nlp_finetuning folder in the examples) to the additional Scenario classes created to test the algorithms in different environments.

New Contributors

Full Changelog

See the full changelog: https://github.com/awslabs/Renate/compare/v0.1.0...v0.2.0

Renate - Initial Release

Published by wistuba almost 2 years ago

First public release of Renate.
The library provides the ability to:

  • train and retrain neural network models
  • optimize the hyperparameters when training
  • run training jobs either locally or Amazon SageMaker

The package also contains documentation, examples, and scripts for experimentation.

Contributors (ordered by number of commits)

  • @martinferianc
  • @wistuba
  • @lballes
  • @610v4nn1
  • Beyza Ermis
  • Yantao Shen
  • Elman Mansimov
  • @mlblack
Package Rankings
Top 6.62% on Proxy.golang.org
Top 17.34% on Pypi.org