Skip to content

Commit

Permalink
fix sign bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Dyer committed Mar 27, 2015
1 parent 9369597 commit e7d77de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/mira/mira.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def main():
args.devset = newdev

log_config(args)
args.weights, hope_best_fear = optimize(args, script_dir, dev_size)
args.weights, hope_best_fear = optimize(args, script_dir, dev_size, score_sign)

graph_file = ''
if have_mpl: graph_file = graph(args.output_dir, hope_best_fear, args.metric)
Expand Down

0 comments on commit e7d77de

Please sign in to comment.