提交 8a59340c 编写于 作者: P Pavol Mulinka

incremented version and added example pointer

上级 1dfe6a97
1.0.10
\ No newline at end of file
1.0.11
\ No newline at end of file
......@@ -670,7 +670,15 @@ class EarlyStopping(Callback):
class RayTuneReporter(Callback):
r"""Callback that allows reporting history and lr_history values to RayTune
during Hyperparameter tuning"""
during Hyperparameter tuning
Callbacks are passed as input parameters to the :obj:`Trainer` class. See
:class:`pytorch_widedeep.trainer.Trainer`
Examples
--------
see /examples/12_HyperParameter_tuning_w_RayTune.ipynb
"""
def on_epoch_end(
self, epoch: int, logs: Optional[Dict] = None, metric: Optional[float] = None
......
__version__ = "1.0.10"
__version__ = "1.0.11"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册