Skip to content

v0.9.0

Compare
Choose a tag to compare
@nathanielsimard nathanielsimard released this 06 Sep 14:48
· 528 commits to main since this release

Burn v0.9.0 sees the addition of the Burn Book, a new model repository, and many new operations and optimizations.

Burn Book

The Burn Book is available at https://burn-rs.github.io/book/

Model repository

The Model repository is available at https://github.com/burn-rs/models

Changes to Burn

Neural networks

Tensors

Training

  • New training metrics @Elazrod56
    • CPU temperature and use
    • GPU temperature
    • Memory use
  • Custom training and validation metric loggers @nathanielsimard
  • Migration from log4rs to tracing, better integration in a GUI app @dae
  • Training interruption @dae
  • New custom optimize method @nathanielsimard

Backends

Dataset

Import & ONNX

Fix

  • Hugging Face downloader Windows support @Macil
  • Fix grad replace and autodiff backward broadcast @nathanielsimard
  • Fix processed count at learning completion @dae
  • Adjust some flaky tests @dae
  • Ability to disable experiment logging @dae

Configuration

Documentation

Thanks

Thanks to all aforemetioned contributors and to our sponsors @smallstepman and @premAI-io.