burn/crates
Karsten Becker c21d5a3207
Add LeakyReLu implementation (#1208)
* Implement LeakyReLu

* Cargo fmt

* Apply suggestions

* cargo fmt

* Use float_mul_scalar

* Should be grad

* Add to books module

* Move test files

* Update leaky relu to use activation function

* Update tensor.md

* Fix failing test due to approx

* Add back the function comment

* Fix comment per PR feedback

---------

Co-authored-by: Dilshod Tadjibaev <939125+antimora@users.noreply.github.com>
2024-03-27 13:57:51 -05:00
..
burn [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -05:00
burn-autodiff Feat/backend bridge (#1529) 2024-03-26 19:24:45 -04:00
burn-candle Feat/backend bridge (#1529) 2024-03-26 19:24:45 -04:00
burn-common Combined PRs (#1439) 2024-03-08 19:27:48 -05:00
burn-compute [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -05:00
burn-core Add LeakyReLu implementation (#1208) 2024-03-27 13:57:51 -05:00
burn-dataset Check that pa_type is valid before checking if is_binary (#1354) 2024-02-23 09:44:03 -06:00
burn-derive Add enum module support (#1337) 2024-02-21 17:03:34 -05:00
burn-fusion Feat/backend bridge (#1529) 2024-03-26 19:24:45 -04:00
burn-import Add LeakyReLu implementation (#1208) 2024-03-27 13:57:51 -05:00
burn-jit Feat/backend bridge (#1529) 2024-03-26 19:24:45 -04:00
burn-ndarray Feat/backend bridge (#1529) 2024-03-26 19:24:45 -04:00
burn-no-std-tests [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -05:00
burn-tch Feat/backend bridge (#1529) 2024-03-26 19:24:45 -04:00
burn-tensor Add LeakyReLu implementation (#1208) 2024-03-27 13:57:51 -05:00
burn-tensor-testgen Splitted the JIT stuff from the Wgpu stuff (#1417) 2024-03-06 11:23:53 -05:00
burn-train [backend-comparison] Add system information to benchmark results (#1495) 2024-03-22 23:24:49 -04:00
burn-wgpu Feat/backend bridge (#1529) 2024-03-26 19:24:45 -04:00