Skip to content

Release 0.4.0

Compare
Choose a tag to compare
@wistuba wistuba released this 25 Sep 16:00
· 15 commits to main since this release
7198a92

🤩 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

  • Add doc page and example for shift detection by @lballes in #244
  • Add example of using renate in your own script by @lballes in #274
  • Describe Installation of Dependencies for Benchmarking by @wistuba in #313
  • Improve title for the NLP example by @610v4nn1 in #416

🐛 Bug Fixes

🏗️ Code Refactoring

  • Remove obsolete set_transforms from memory buffer by @lballes in #265
  • Missing dependency and problem with import by @wistuba in #272
  • Using HuggingFace ViT implementation (#219) by @prabhuteja12 in #303
  • Introduce RenateLightningModule by @wistuba in #301
  • Cleanup iCarl by @wistuba in #358
  • Abstracting prompting transformer for use in L2P and S-Prompt by @prabhuteja12 in #420
  • Adding flags to expose gradient clipping args in Trainer by @prabhuteja12 in #361
  • Wild Time Benchmarks and Small Memory Hack by @wistuba in #363
  • Clean Up Learner Checkpoint and Fix Model Loading by @wistuba in #365
  • Enable Custom Grouping for DataIncrementalScenario by @wistuba in #368
  • Masking of logits of irrelevant classes by @prabhuteja12 in #364
  • Modifies current text transformer implementation to a RenateBenchmarkingModule by @prabhuteja12 in #380
  • Replace memory batch size with a fraction of the total batch size by @wistuba in #359
  • Make offline ER us total batch size in first update by @lballes in #381

🔧 Maintenance

Full Changelog: v0.3.1...v0.4.0