No shuffle
NoShuffle #
Bases: RapidataSetting
Only for classification and compare tasks. If true, the order of the categories / images will not be shuffled and presented in the same order as specified.
If this is not added to the order, the shuffling will be active.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
value
|
bool
|
Whether to disable shuffling. Defaults to True for function call. |
True
|