Skip to content

Commit

Permalink
Update quicktour.mdx (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgacangoz authored Apr 3, 2023
1 parent 1c102f2 commit 3e304c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/quicktour.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ use `shuffle=True` or any kind of random sampler).

</Tip>

Alternatively, you can use the option `split_batches=True` when creating initializing your
[`Accelerator`], in which case the batch size will always stay the same, whether your run your
script on 1, 2, 4 or 64 GPUs.
Alternatively, you can use the option `split_batches=True` when creating and initializing your
[`Accelerator`], in which case the batch size will always stay the same, whether you run your
script on 1, 2, 4, or 64 GPUs.

You should execute this instruction as soon as all objects for training are created, before starting your actual
training loop.
Expand Down

0 comments on commit 3e304c4

Please sign in to comment.