Skip to content

Commit e031f0c

Browse files
author
Peng Li
committed
Fix typo in PyDataProvider2.py
1 parent b53bdcd commit e031f0c

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)