mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 20:07:41 +08:00
e311013afd
* moveit * moveit * docstrings to ref * Update tune-usage.rst Co-authored-by: Sven Mika <sven@anyscale.io>
33 lines
566 B
ReStructuredText
33 lines
566 B
ReStructuredText
Training (tune.Trainable, tune.track)
|
|
=====================================
|
|
|
|
.. _trainable-docstring:
|
|
|
|
tune.Trainable
|
|
~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: ray.tune.Trainable
|
|
:member-order: groupwise
|
|
:private-members:
|
|
:members:
|
|
|
|
tune.DurableTrainable
|
|
~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: ray.tune.DurableTrainable
|
|
|
|
.. _track-docstring:
|
|
|
|
tune.track
|
|
~~~~~~~~~~
|
|
|
|
.. automodule:: ray.tune.track
|
|
:members:
|
|
:exclude-members: init, shutdown
|
|
|
|
StatusReporter
|
|
~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: ray.tune.function_runner.StatusReporter
|
|
:members: __call__, logdir
|