Skip to content

Commit

Permalink
fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
roywei authored and piyushghai committed Jul 30, 2019
1 parent 0b8ebb0 commit 55c54e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/gluon/contrib/estimator/event_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def batch_end(self, estimator, *args, **kwargs):


class ValidationHandler(TrainBegin, BatchEnd, EpochEnd):
""""Validation Handler that evaluate model on validation dataset
"""Validation Handler that evaluate model on validation dataset
:py:class:`ValidationHandler` takes validation dataset, an evaluation function,
metrics to be evaluated, and how often to run the validation. You can provide custom
Expand Down

0 comments on commit 55c54e5

Please sign in to comment.