burn/examples/guide
Guillaume Lagrange 37d87956e2
Fix burn book links (#2303)
2024-09-25 09:07:55 -04:00
..
examples Print module part3 - Update book (#1940) 2024-07-01 12:42:17 -05:00
src Fix tensor data elem type conversion in book (#2211) 2024-08-28 10:55:10 -04:00
Cargo.toml [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -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