Skip to content

Commit c6b2bfe

Browse files
authored
Merge pull request #986 from pengli09/fix-pydata-provider-doc-typo
Fix typo in PyDataProvider2.py
2 parents db82a0e + e031f0c commit c6b2bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/trainer/PyDataProvider2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def process(settings, file_name):
278278
custom calculate one sample's batch_size.
279279
280280
It is very danger to set it to false and use
281-
calc_batch_size together. Default is false.
281+
calc_batch_size together. Default is true.
282282
:type can_over_batch_size: bool
283283
284284
:param calc_batch_size: a method to calculate each sample's batch size.

0 commit comments

Comments
 (0)