Skip to content

Commit

Permalink
verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Oct 24, 2023
1 parent 8a937ee commit 87e0762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoring/score_submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main(_):
reference_submission_tag=None,
num_points=100,
scale='linear',
verbosity=0)
verbosity=1)
if not os.path.exists(FLAGS.output_dir):
os.mkdir(FLAGS.output_dir)
scoring.plot_performance_profiles(
Expand Down

0 comments on commit 87e0762

Please sign in to comment.