Contents

SampleGenerator.SamplingStrategy.slidingWindow

A strategy that slides a window through the examples, advancing it each batch.

Declaration

case slidingWindow

Mentioned in

Discussion

When the model repeats an inference, this strategy continues retrying as long as there are new windows of examples to show the model.

See Also

Strategies