burn/burn-core
Arvid Hammarlund a20a1a8cee
Fixed bug in binary cross entropy (#772)
2023-09-05 17:07:07 -04:00
..
src Fixed bug in binary cross entropy (#772) 2023-09-05 17:07:07 -04:00
tests Typos (#608) 2023-08-08 17:57:51 -04:00
Cargo.toml Re-export some submodules and add feature flags for them (#759) 2023-09-04 09:13:52 -04:00
LICENSE-APACHE Refactor/burn core (#143) 2023-01-01 19:21:08 -05:00
LICENSE-MIT Refactor/burn core (#143) 2023-01-01 19:21:08 -05:00
README.md Make burn and burn-core packages no_std compatible (#168) (#173) 2023-02-25 09:38:01 -05:00
assets Refactor/burn core (#143) 2023-01-01 19:21:08 -05:00

README.md

Burn Core

This crate should be used with burn.

Current Crates.io Version license

Feature Flags

This crate can be used without the standard library (#![no_std]) with alloc by disabling the default std feature.

  • std - enables the standard library. Enabled by default.
  • experimental-named-tensor - enables experimental named tensor.