You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ask the Roboflow API to train a previously exported version's dataset.
296
296
297
297
Args:
298
298
speed: Whether to train quickly or accurately. Note: accurate training is a paid feature. Default speed is `fast`.
299
-
modelType: The type of model to train. Default depends on kind of project. It takes precedence over speed. You can check the list of model ids by sending a invalid parameter in this argument.
299
+
model_type: The type of model to train. Default depends on kind of project. It takes precedence over speed. You can check the list of model ids by sending an invalid parameter in this argument.
300
300
checkpoint: A string representing the checkpoint to use while training
301
301
plot: Whether to plot the training results. Default is `False`.
0 commit comments