Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

This step creates a checkpoint and shuffles the order of the batches before the execution of the next step. The batch_randomizer step is renamed and was former called the randomizer step (3.1.0 and older).

parameters

  • checkpoint_processing (optional): Boolean which indicates if a checkpoint gets created in a non-training execution.

example

{
  "step": "batch_randomizer",
  "type": "batch_randomizer",
  "checkpoint_processing": true
}

  • No labels