Hands-on examples for mixtrain — from first workflow to distributed training and RL.
Follow the quickstart guide to install the CLI and log in, then clone this repo:
git clone https://github.com/MixTrain/mixtrain-examples.git
cd mixtrain-examples| Example | Description | Level | Tags |
|---|---|---|---|
hello-workflow |
Run a GPU workflow and check CUDA availability | Intro | workflow |
yolo-object-detection |
Run YOLO11 object detection on images | Intermediate | vision, image, docker-image |
yolo-video-tracking |
Run YOLO11 object tracking on videos | Intermediate | vision, video, Dockerfile |