Files
burn/examples/guide/README.md
Guillaume Lagrange f5d889d29c Update cubecl version, examples and book url (#3387)
* Disable autotune default in small conv examples

* Use released cubecl

* Update burn book url

* Contributor book link

* Fixed slash

* Forgot wgpu
2025-07-18 12:02:16 -04:00

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