Back to Burn

Burn Core

crates/burn-core/README.md

0.20.1634 B
Original Source

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.

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.