burn-core 0.20.0

Flexible and Comprehensive Deep Learning Framework in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Burn Core

This crate should be used with [burn](https://github.com/tracel-ai/burn). It contains the core
traits and components for building and training deep learning models with Burn.

[![Current Crates.io Version](https://img.shields.io/crates/v/burn-core.svg)](https://crates.io/crates/burn-core)
[![license](https://shields.io/badge/license-MIT%2FApache--2.0-blue)](https://github.com/tracel-ai/burn-core/blob/master/README.md)

## 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.