Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
borchero committed Nov 27, 2021
1 parent 40888f0 commit 7430fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycave/data/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(
tensors: One or more tensors of shape ``[num_datapoints, *]``. For each index, this
dataset returns all tensors' values at that index as tuples.
batch_size: The batch size to use. Ignored if ``sampler`` is provided. If set to
``None``, each batch retuns the full data.
``None``, each batch returns the full data.
sampler: A batch sampler which provides either slices or batches of indices to gather
from the dataset. By default, it uses :class:`pycave.data.TensorBatchSampler`.
collate_fn: A collation function which transforms a batch of items into another type.
Expand Down

0 comments on commit 7430fa4

Please sign in to comment.