Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalkraj committed Nov 5, 2019
1 parent 6db4d13 commit 00c5eae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ python run_squad.py \
--predict_batch_size=48 \
--learning_rate=1e-5 \
--num_train_epochs=3 \
--model_dir=${MODEL_DIR} \
--model_dir=${OUTPUT_DIR} \
--strategy_type=mirror
```

Expand Down
2 changes: 0 additions & 2 deletions run_squad.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@
flags.DEFINE_integer('predict_batch_size', 8,
'Total batch size for predicting.')

flags.DEFINE_integer('predict_batch_size', 8,
'Total batch size for prediction.')
flags.DEFINE_integer(
'n_best_size', 20,
'The total number of n-best predictions to generate in the '
Expand Down

0 comments on commit 00c5eae

Please sign in to comment.