Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello authored Feb 6, 2025
1 parent 7536bba commit 450cb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataloader.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The original data is preserved in the `data` field of the DataLoader.
If `partial=false` and the number of observations is not divisible by the batchsize,
then the last mini-batch is dropped. Default `true`.
- **`rng`**: A random number generator. Default `Random.default_rng()`.
- **`shuffle**: Whether to shuffle the observations before iterating. Unlike
- **`shuffle`**: Whether to shuffle the observations before iterating. Unlike
wrapping the data container with `shuffleobs(data)`, `shuffle=true` ensures
that the observations are shuffled anew every time you start iterating over
`eachobs`. Default `false`.
Expand Down

0 comments on commit 450cb8e

Please sign in to comment.