Train a Model
Start a training job from the Python SDK.
You can start a training job either in the Roboflow platform or using the Python SDK, using the instructions below.
To schedule a training job via the Python SDK, use the train()
method. You can train on a version that does not have an associated model, or you can train at the project level. If you train at the project level, a new dataset version will be created then a training job will start.
Note: this method will finish when the Roboflow platform has started a training job, not when the training job is finished.
Last updated