Crate burn_core

Source
Expand description

The core crate of Burn.

Re-exports§

pub use serde;

Modules§

config
The configuration module.
datastd
Data module.
grad_clipping
Gradient clipping module.
lr_schedulerstd
Learning rate scheduler module.
module
Module for the neural network module.
nn
Neural network module.
optim
Optimizer module.
prelude
Structs and macros used by most projects. Add use burn::prelude::* to your code to quickly get started with Burn.
record
Module for the recorder.
tensor
Module for the tensor.

Macros§

constant
Constant macro.

Type Aliases§

LearningRate
Type alias for the learning rate.