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
Copy file name to clipboardExpand all lines: roboflow/core/version.py
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -307,7 +307,7 @@ def train(
307
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.
308
308
checkpoint: A string representing the checkpoint to use while training
309
309
epochs: Number of epochs to train the model
310
-
plot: Whether to plot the training results. Default is `False`.
310
+
plot_in_notebook: Whether to plot the training results. Default is `False`.
0 commit comments