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
* Add model_type parameter support for training
- Add model_type parameter to CLI train command
- Update version.py to handle model_type in train method
- Snake_case naming convention for model_type parameter
- Simplify CLI workspace handling
- Maintain API payload order minimal
* Revert train test
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
+
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.
299
300
checkpoint: A string representing the checkpoint to use while training
300
301
plot: Whether to plot the training results. Default is `False`.
0 commit comments