mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00

* loosen * devices * tryitout * fix * fix * fix * easy * test * fix * fix * better visibility * fix
35 lines
570 B
ReStructuredText
35 lines
570 B
ReStructuredText
RaySGD API Documentation
|
|
========================
|
|
|
|
.. _ref-torch-trainer:
|
|
|
|
TorchTrainer
|
|
------------
|
|
|
|
.. autoclass:: ray.util.sgd.torch.TorchTrainer
|
|
:members:
|
|
|
|
.. _ref-torch-operator:
|
|
|
|
PyTorch TrainingOperator
|
|
------------------------
|
|
|
|
.. autoclass:: ray.util.sgd.torch.TrainingOperator
|
|
:members:
|
|
|
|
.. _BaseTorchTrainable-doc:
|
|
|
|
BaseTorchTrainable
|
|
------------------
|
|
|
|
.. autoclass:: ray.util.sgd.torch.BaseTorchTrainable
|
|
:members:
|
|
:private-members:
|
|
|
|
TFTrainer
|
|
---------
|
|
|
|
.. autoclass:: ray.util.sgd.tf.TFTrainer
|
|
:members:
|
|
|
|
.. automethod:: __init__
|