v0.12.1
tracel-ai/burnv0.12.1Feb 1, 2024by nathanielsimard
AI Summary
A bugfix release that reverts the WGPU version to fix performance issues and addresses problems with LibTorch batch norm and documentation.
Key Highlights
- Reverted WGPU to 0.18.0 to fix performance issues.
- Fixed batch norm on LibTorch backend.
- Fixed documentation build and training dashboard metrics.
New Features
- Bug fixes for WGPU, LibTorch, and documentation.
Full Release Notes
## Bugfix Fix wgpu performance issue: revert to wgpu 0.18.0 #1221 @nathanielsimard Fix problem with batch norm on LibTorch backend #1226 @nathanielsimard Fix docs build #1212 #1229 @syl20bnr @nathanielsimard Fix training dashboard metrics switch #1228 @nathanielsimard ## Chores Put all dependencies versions in workspace #1210 @nathanielsimard