Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 450cb8e

Browse files
authoredFeb 6, 2025··
fix typo
1 parent 7536bba commit 450cb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/dataloader.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The original data is preserved in the `data` field of the DataLoader.
8080
If `partial=false` and the number of observations is not divisible by the batchsize,
8181
then the last mini-batch is dropped. Default `true`.
8282
- **`rng`**: A random number generator. Default `Random.default_rng()`.
83-
- **`shuffle**: Whether to shuffle the observations before iterating. Unlike
83+
- **`shuffle`**: Whether to shuffle the observations before iterating. Unlike
8484
wrapping the data container with `shuffleobs(data)`, `shuffle=true` ensures
8585
that the observations are shuffled anew every time you start iterating over
8686
`eachobs`. Default `false`.

0 commit comments

Comments
 (0)
Please sign in to comment.