Skip to content

Commit e4fe4ba

Browse files
authored
Merge pull request BVLC#4448 from lalelale/patch-2
Fix comment error in parse_log.py
2 parents 51e039c + a64cfbd commit e4fe4ba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/extra/parse_log.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@
1616

1717
def parse_log(path_to_log):
1818
"""Parse log file
19-
Returns (train_dict_list, train_dict_names, test_dict_list, test_dict_names)
19+
Returns (train_dict_list, test_dict_list)
2020
2121
train_dict_list and test_dict_list are lists of dicts that define the table
2222
rows
23-
24-
train_dict_names and test_dict_names are ordered tuples of the column names
25-
for the two dict_lists
2623
"""
2724

2825
regex_iteration = re.compile('Iteration (\d+)')

0 commit comments

Comments
 (0)