Skip to content

Commit b8f3a5c

Browse files
committed
Correct the wrong deletion of a single character
1 parent b36df98 commit b8f3a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/trainer/config_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ def __init__(self, channels, groups, img_size_x=0, img_size_y=0):
895895

896896

897897
def create_data_config_proto(async_load_data=False,
898-
onstant_slots=None,
898+
constant_slots=None,
899899
data_ratio=1,
900900
is_main_data=True,
901901
usage_ratio=None):

0 commit comments

Comments
 (0)