We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923ec3c commit 2099e87Copy full SHA for 2099e87
pina/data/data_module.py
@@ -278,7 +278,7 @@ def __init__(
278
be in the range [0, 1].
279
:param float val_size: Fraction of elements in the validation split. It
280
must be in the range [0, 1].
281
- :param int batch_size: The batch size used for training. If ``None``,
+ :param int batch_size: The batch size used for training. If ``None``,
282
the entire dataset is returned in a single batch.
283
Default is ``None``.
284
:param bool shuffle: Whether to shuffle the dataset before splitting.
0 commit comments