burn/examples/guide
Guillaume Lagrange 2d9e9b9a19
Clean up -jit suffix in feature flags and modules (#2705)
2025-01-28 09:05:48 -05:00
..
examples Print module part3 - Update book (#1940) 2024-07-01 12:42:17 -05:00
src Clean up -jit suffix in feature flags and modules (#2705) 2025-01-28 09:05:48 -05:00
Cargo.toml Clean up -jit suffix in feature flags and modules (#2705) 2025-01-28 09:05:48 -05:00
README.md Fix burn book links (#2303) 2024-09-25 09:07:55 -04:00

README.md

Basic Workflow: From Training to Inference

This example corresponds to the book's guide.

Example Usage

Training

cargo run --bin train --release

Inference

cargo run --bin infer --release

Print the model

cargo run --bin print --release