# Basic Workflow: From Training to Inference
This example corresponds to the [book's guide](https://burn.dev/book/basic-workflow/).
## Example Usage
### Training
```sh
cargo run --bin train --release
```
### Inference
cargo run --bin infer --release
### Print the model
cargo run --bin print --release