burn-core 0.19.0

Flexible and Comprehensive Deep Learning Framework in Rust
docs.rs failed to build burn-core-0.19.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: burn-core-0.18.0

Burn Core

This crate should be used with burn. It contains the core traits and components for building and training deep learning models 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.