mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

* Initial commit for asynchronous save/restore * Set stage for cloud checkpointable trainable. * Refactor log_sync and sync_client. * Add durable trainable impl. * Support delete in cmd based client * Fix some tests and such * Cleanup, comments. * Use upload_dir instead. * Revert files belonging to other PR in split. * Pass upload_dir into trainable init. * Pickle checkpoint at driver, more robust checkpoint_dir discovery. * Cleanup trainable helper functions, fix tests. * Addressed comments. * Fix bugs from cluster testing, add parameterized cluster tests. * Add trainable util test * package_ref * pbt_address * Fix bug after running pbt example (_save returning dir). * get cluster tests running, other bug fixes. * raise_errors * Fix deleter bug, add durable trainable example. * Fix cluster test bugs. * filelock * save/restore bug fixes * . * Working cluster tests. * Lint, revert to tracking memory checkpoints. * Documentation, cleanup * fixinitialsync * fix_one_test * Fix cluster test bug * nit * lint * Revert tune md change * Fix basename bug for directories. * lint * fix_tests * nit_fix * Add __init__ file. * Move to utils package Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
52 lines
965 B
ReStructuredText
52 lines
965 B
ReStructuredText
Tune Package Reference
|
|
=======================
|
|
|
|
ray.tune
|
|
--------
|
|
|
|
.. automodule:: ray.tune
|
|
:members:
|
|
:show-inheritance:
|
|
:exclude-members: TuneError, Trainable, DurableTrainable
|
|
|
|
.. autoclass:: ray.tune.Trainable
|
|
:members:
|
|
:private-members:
|
|
|
|
.. autoclass:: ray.tune.DurableTrainable
|
|
|
|
.. autoclass:: ray.tune.function_runner.StatusReporter
|
|
:members: __call__, logdir
|
|
|
|
ray.tune.schedulers
|
|
-------------------
|
|
|
|
.. automodule:: ray.tune.schedulers
|
|
:members:
|
|
:show-inheritance:
|
|
|
|
ray.tune.suggest
|
|
----------------
|
|
|
|
.. automodule:: ray.tune.suggest
|
|
:members:
|
|
:exclude-members: function, sample_from, grid_search, SuggestionAlgorithm
|
|
:show-inheritance:
|
|
|
|
.. autoclass:: ray.tune.suggest.SuggestionAlgorithm
|
|
:members:
|
|
:private-members:
|
|
:show-inheritance:
|
|
|
|
ray.tune.track
|
|
--------------
|
|
|
|
.. automodule:: ray.tune.track
|
|
:members:
|
|
|
|
|
|
ray.tune.logger
|
|
---------------
|
|
|
|
.. autoclass:: ray.tune.logger.Logger
|
|
:members:
|