Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 336 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 336 Bytes

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