burn/examples/guide
Guillaume Lagrange e718243748
Fix clippy errors w/ new rust stable (#3325)
2025-06-27 07:54:26 -04:00
..
examples Print module part3 - Update book (#1940) 2024-07-01 12:42:17 -05:00
src Fix clippy errors w/ new rust stable (#3325) 2025-06-27 07:54:26 -04:00
Cargo.toml Chain lint inheritance [was: Disable new default clippy tests] (#3200) 2025-05-20 08:23:11 -04: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