CLI Reference¶
The Masterful CLI provides a command-line interface for interacting with Masterful.
Masterful Trainer¶
Synopsis¶
From Docker Install¶
$ docker run --rm --gpus all masterful/masterful:latest masterful-train --config<file>
From Pip Install¶
$ masterful-train --config=<file>
Description¶
Train a model using images, label, and configuration specified in
Masterful GUI¶
Synopsis¶
$ masterful-gui
Description¶
Launch a GUI to analyze Masterful training runs initiated by the Masterful CLI Trainer or the Masterful Python API. For more information, see the tutorial.