mirror of https://github.com/tracel-ai/burn.git
6f2ba34382
* Update book example guide * Update Module book section on module display |
||
---|---|---|
.. | ||
examples | ||
src | ||
Cargo.toml | ||
README.md |
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