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
In each training item, you can add a `fold` field (with an integer starting at 0) to pre-specify the cross-validation folds, otherwise the AutoRunner will generate its own folds. All trained algorithms will use the same generated or pre-specified folds, the file can be found in the `work_dir` folder that the AutoRunner generates.
37
+
It is recommended to add a `name` field and any other metadata fields that allow you to track which version of your dataset the models are trained on.
38
+
39
+
Save the file to `./datalist.json`.
64
40
65
41
**Step 2.** Prepare "task.yaml" with the necessary information as follows.
0 commit comments