burn/burn-autodiff
Will Brickner 03af140e12
Implement Quiet Softmax (`Attention Is Off By One`) (#692)
* Added quiet_softmax

* Undid bad formatting

---------

Co-authored-by: Dilshod Tadjibaev <939125+antimora@users.noreply.github.com>
2023-11-30 12:58:30 -05:00
..
src Implement Quiet Softmax (`Attention Is Off By One`) (#692) 2023-11-30 12:58:30 -05:00
Cargo.toml Chore: Bump version for next release (#900) 2023-10-24 19:31:13 -04:00
LICENSE-APACHE Refactor/backend autodiff (#106) 2022-11-19 12:37:06 -05:00
LICENSE-MIT Refactor/backend autodiff (#106) 2022-11-19 12:37:06 -05:00
README.md chore: get ready for next release (#111) 2022-11-20 12:59:10 -05:00

README.md

Burn Autodiff

Burn autodiff backend

Current Crates.io Version license

For now only first order reverse mode autodiff is supported.