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
This example corresponds to the book's guide.
cargo run --bin train --release
cargo run --bin infer --release
cargo run --bin print --release