Skip to content

Commit

Permalink
removed steps per loop parameter from squad.
Browse files Browse the repository at this point in the history
Now Training loss showed per step
  • Loading branch information
kamalkraj committed Dec 5, 2019
1 parent fa90194 commit 5a620f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_squad.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ def train_squad(strategy,
model_dir=FLAGS.model_dir,
train_input_fn=train_input_fn,
steps_per_epoch=steps_per_epoch,
steps_per_loop=steps_per_epoch,
# steps_per_loop=steps_per_epoch,
epochs=FLAGS.num_train_epochs,
run_eagerly=run_eagerly,
custom_callbacks=custom_callbacks)
Expand Down

0 comments on commit 5a620f3

Please sign in to comment.