Contents

shuffle

The key you use to access the shuffle parameter, a Boolean value that determines whether the model randomizes the data between epochs.

Declaration

class var shuffle: MLParameterKey { get }

Discussion

The value type for the shuffle key is an Bool.

See Also

Accessing model update parameters