mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
37 lines
600 B
ReStructuredText
37 lines
600 B
ReStructuredText
RaySGD API Documentation
|
|
========================
|
|
|
|
.. _ref-torch-trainer:
|
|
|
|
TorchTrainer
|
|
------------
|
|
|
|
.. autoclass:: ray.util.sgd.torch.TorchTrainer
|
|
:members:
|
|
|
|
.. automethod:: __init__
|
|
|
|
.. _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__
|