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():
51
51
52
52
def run_api_train ():
53
53
rf = Roboflow ()
54
- project = rf .workspace ("model-evaluation-workspace" ).project ("donut-2-lcfx0 " )
54
+ project = rf .workspace ("model-evaluation-workspace" ).project ("penguin-finder " )
55
55
# version_number = project.generate_version(
56
56
# settings={
57
57
# "augmentation": {
@@ -63,12 +63,13 @@ def run_api_train():
63
63
# },
64
64
# }
65
65
# )
66
- version_number = "4 "
66
+ version_number = "18 "
67
67
print (version_number )
68
68
version = project .version (version_number )
69
69
model = version .train (
70
70
speed = "fast" , # Options: "fast" (default) or "accurate" (paid feature)
71
71
checkpoint = None , # Use a specific checkpoint to continue training
72
+ modelType = "rfdetr-nano" ,
72
73
)
73
74
print (model )
74
75
You can’t perform that action at this time.
0 commit comments