Skip to content

Commit 584e6e0

Browse files
committed
add seed to docs
1 parent 36855d4 commit 584e6e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/parameters.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ Here is the full list of configuration parameters you can specify in a ``config.
4949
``'segmentation'``
5050
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.
5151

52-
**split_vals:** list
52+
**seed**: int
53+
Random generator seed. Optional, use to make results reproducible.
54+
55+
**split_vals**: list
5356
Default: `[0.8, 0.2]`
5457
Percentage of data to put in each catagory listed in split_names. Must be floats and must sum to one.
5558

0 commit comments

Comments
 (0)