File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def run_cli():
5151
5252def run_api_train ():
5353 rf = Roboflow ()
54- project = rf .workspace ("model-evaluation-workspace" ).project ("donut-2-lcfx0 " )
54+ project = rf .workspace ("model-evaluation-workspace" ).project ("penguin-finder " )
5555 # version_number = project.generate_version(
5656 # settings={
5757 # "augmentation": {
@@ -63,12 +63,13 @@ def run_api_train():
6363 # },
6464 # }
6565 # )
66- version_number = "4 "
66+ version_number = "18 "
6767 print (version_number )
6868 version = project .version (version_number )
6969 model = version .train (
7070 speed = "fast" , # Options: "fast" (default) or "accurate" (paid feature)
7171 checkpoint = None , # Use a specific checkpoint to continue training
72+ modelType = "rfdetr-nano" ,
7273 )
7374 print (model )
7475
You can’t perform that action at this time.
0 commit comments