Unclaimed project
Are you a maintainer of burn? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
burn
Burn is a next generation tensor library and Deep Learning Framework that doesn't compromise on flexibility, efficiency and portability.
Back to changelogNew
v0.20.0-pre.4
What's Changed
- Make TransformerEncoderLayer fields public by @Mnwa in https://github.com/tracel-ai/burn/pull/4053
- Feature muon by @NewBornRustacean in https://github.com/tracel-ai/burn/pull/3925
- Implement
FromStr for Slice with parsing and error handling by @crutcher in https://github.com/tracel-ai/burn/pull/3983
- chore: Update to cubecl scalar refactor by @wingertge in https://github.com/tracel-ai/burn/pull/4062
- refactor: cubecl Runtime trait by @wingertge in https://github.com/tracel-ai/burn/pull/4065
- Fix scatter values backward by @khoek in https://github.com/tracel-ai/burn/pull/4064
- Refactor/autotuner by @nathanielsimard in https://github.com/tracel-ai/burn/pull/4068
- Fix MPS "Placeholder storage has not been allocated" error for embedding operations by @antimora in https://github.com/tracel-ai/burn/pull/4073
- Remove burn-import abstraction layer and use onnx-ir types directly by @antimora in https://github.com/tracel-ai/burn/pull/4033
- More correctness fixes in autodiff ops by @khoek in https://github.com/tracel-ai/burn/pull/4069
- Fix transaction read by @laggui in https://github.com/tracel-ai/burn/pull/4074
Feat/error handling cubecl by @nathanielsimard in https://github.com/tracel-ai/burn/pull/4076Move types from burn-tensor by @laggui in https://github.com/tracel-ai/burn/pull/4050burn-store enhancements for troubleshooting and new enum skip flag by @antimora in https://github.com/tracel-ai/burn/pull/4051Re-enabled no-std support for safetensors store by @antimora in https://github.com/tracel-ai/burn/pull/4071Fix tch bf16 kind by @laggui in https://github.com/tracel-ai/burn/pull/4088Feat/runtime error by @nathanielsimard in https://github.com/tracel-ai/burn/pull/4079Fix ConstantOfShape output size determination by @antimora in https://github.com/tracel-ai/burn/pull/4085Fix reduce codegen to use turbofish for squeeze_dims by @antimora in https://github.com/tracel-ai/burn/pull/4086Fix Expand operation to use ONNX max-semantics by @antimora in https://github.com/tracel-ai/burn/pull/4082Add ONNX GridSample op support and tests by @antimora in https://github.com/tracel-ai/burn/pull/4084Fix Slice operation to handle empty ranges by @antimora in https://github.com/tracel-ai/burn/pull/4083Add RF-DETR model check for burn-import by @antimora in https://github.com/tracel-ai/burn/pull/4087Fix cubecl by @BjornTheProgrammer in https://github.com/tracel-ai/burn/pull/4092