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: docs/parameters.rst
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,10 @@ Here is the full list of configuration parameters you can specify in a ``config.
49
49
``'segmentation'``
50
50
Output is an array of shape ``(256, 256)`` with values matching the class index label at that position. The classes are applied sequentially according to ``config.json`` so latter classes will be written over earlier class labels if there is overlap.
51
51
52
-
**split_vals:** list
52
+
**seed**: int
53
+
Random generator seed. Optional, use to make results reproducible.
54
+
55
+
**split_vals**: list
53
56
Default: `[0.8, 0.2]`
54
57
Percentage of data to put in each catagory listed in split_names. Must be floats and must sum to one.
0 commit comments