mirror of
https://github.com/tracel-ai/burn.git
synced 2026-05-31 19:49:48 +09:00
* Disable autotune default in small conv examples * Use released cubecl * Update burn book url * Contributor book link * Fixed slash * Forgot wgpu
337 B
337 B
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