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.
302
304
303
305
Args:
304
306
speed: Whether to train quickly or accurately. Note: accurate training is a paid feature. Default speed is `fast`.
305
307
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.
306
308
checkpoint: A string representing the checkpoint to use while training
307
-
plot: Whether to plot the training results. Default is `False`.
309
+
epochs: Number of epochs to train the model
310
+
plot_in_notebook: Whether to plot the training results. Default is `False`.
0 commit comments