Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
strubell committed Jun 15, 2018
1 parent abb8a22 commit 94f9dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/eval-conll05-elmo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ python $DOZAT_ROOT/network.py \
--gold_test_props_file $wsj_test_props_file \
--gold_dev_parse_file $valid_parse_file \
--gold_test_parse_file $wsj_test_parse_file \
--dev_max_batch_size 183
--max_dev_batch_size 183


# Brown test
Expand All @@ -94,4 +94,4 @@ python $DOZAT_ROOT/network.py \
--gold_test_props_file $brown_test_props_file \
--gold_dev_parse_file $valid_parse_file \
--gold_test_parse_file $brown_test_parse_file \
--dev_max_batch_size 183
--max_dev_batch_size 183

0 comments on commit 94f9dcf

Please sign in to comment.