Skip to content

Commit

Permalink
fix a typo (keras-team#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickiepark authored Jul 19, 2020
1 parent a18b49b commit e239c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/intro_to_keras_for_researchers.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def call(self, inputs):
print("Epoch:", epoch, "Step:", step)
print("Total running accuracy so far: %.3f" % accuracy.result())

# Result the metric's state at the end of an epoch
# Reset the metric's state at the end of an epoch
accuracy.reset_states()

"""
Expand Down

0 comments on commit e239c5e

Please sign in to comment.