Skip to content

Commit

Permalink
Minor fix to plotting script.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdusell committed Dec 4, 2020
1 parent 1ef29d1 commit c872e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plot_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def main():
parser.add_argument('--labels', nargs='+', default=[],
help='Labels for each model used in the plot. There should be as many '
'labels as models.')
parser.add_argument('--metric', default='perplexity-diff',
parser.add_argument('--metric', default='cross-entropy-diff',
help='Which metric to plot on the y-axis. Default is difference in '
'cross entropy between the model and the lower bound on the '
'validation set.')
Expand Down

0 comments on commit c872e4b

Please sign in to comment.