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 6dfdeae commit abb8a22
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bin/eval-conll05-elmo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ python $DOZAT_ROOT/network.py \
--test_file $wsj_test_file \
--gold_test_props_file $wsj_test_props_file \
--gold_dev_parse_file $valid_parse_file \
--gold_test_parse_file $wsj_test_parse_file
--gold_test_parse_file $wsj_test_parse_file \
--dev_max_batch_size 183


# Brown test
python $DOZAT_ROOT/network.py \
Expand All @@ -91,4 +93,5 @@ python $DOZAT_ROOT/network.py \
--test_file $brown_test_file \
--gold_test_props_file $brown_test_props_file \
--gold_dev_parse_file $valid_parse_file \
--gold_test_parse_file $brown_test_parse_file
--gold_test_parse_file $brown_test_parse_file \
--dev_max_batch_size 183

0 comments on commit abb8a22

Please sign in to comment.