We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b203353 commit 0ea6888Copy full SHA for 0ea6888
1 file changed
pina/data/data_module.py
@@ -81,7 +81,7 @@ def __init__(
81
:param dict max_conditions_lengths: ``dict`` containing the maximum
82
number of data points to consider in a single batch for
83
each condition.
84
- :param bool automatic_batching: Whether to enable automatic batching.
+ :param bool automatic_batching: Whether to enable automatic batching.
85
If ``True``, automatic PyTorch batching
86
is performed, which consists of extracting one element at a time
87
from the dataset and collating them into a batch. This is useful
0 commit comments