We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7536bba commit 450cb8eCopy full SHA for 450cb8e
src/dataloader.jl
@@ -80,7 +80,7 @@ The original data is preserved in the `data` field of the DataLoader.
80
If `partial=false` and the number of observations is not divisible by the batchsize,
81
then the last mini-batch is dropped. Default `true`.
82
- **`rng`**: A random number generator. Default `Random.default_rng()`.
83
-- **`shuffle**: Whether to shuffle the observations before iterating. Unlike
+- **`shuffle`**: Whether to shuffle the observations before iterating. Unlike
84
wrapping the data container with `shuffleobs(data)`, `shuffle=true` ensures
85
that the observations are shuffled anew every time you start iterating over
86
`eachobs`. Default `false`.
0 commit comments