mirror of
https://github.com/wassname/ray.git
synced 2026-08-05 13:21:03 +08:00
[tune] TensorFlow Distributed Trainable (#11876)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
@@ -352,7 +352,7 @@ Utilities
|
||||
Distributed Torch
|
||||
-----------------
|
||||
|
||||
Ray also offers lightweight integrations to distribute your model training on Ray Tune.
|
||||
Ray offers lightweight integrations to distribute your PyTorch training on Ray Tune.
|
||||
|
||||
|
||||
.. autofunction:: ray.tune.integration.torch.DistributedTrainableCreator
|
||||
@@ -364,6 +364,17 @@ Ray also offers lightweight integrations to distribute your model training on Ra
|
||||
.. autofunction:: ray.tune.integration.torch.is_distributed_trainable
|
||||
:noindex:
|
||||
|
||||
.. _tune-dist-tf-doc:
|
||||
|
||||
Distributed TensorFlow
|
||||
----------------------
|
||||
|
||||
Ray also offers lightweight integrations to distribute your TensorFlow training on Ray Tune.
|
||||
|
||||
|
||||
.. autofunction:: ray.tune.integration.tensorflow.DistributedTrainableCreator
|
||||
:noindex:
|
||||
|
||||
tune.DurableTrainable
|
||||
---------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user