Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
984f617b
Commit
984f617b
authored
Jan 02, 2021
by
Leo Gao
Browse files
Remove print statement
parent
04e72904
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
main.py
main.py
+0
-2
No files found.
main.py
View file @
984f617b
...
@@ -96,8 +96,6 @@ def main():
...
@@ -96,8 +96,6 @@ def main():
# can't serialize a function
# can't serialize a function
del
submetrics
[
k
][
'aggregation'
]
del
submetrics
[
k
][
'aggregation'
]
print
(
results
)
dumped
=
json
.
dumps
(
results
,
indent
=
2
)
dumped
=
json
.
dumps
(
results
,
indent
=
2
)
print
(
dumped
)
print
(
dumped
)
if
args
.
output_path
:
if
args
.
output_path
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment