mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 07:02:22 +08:00
037aa2b961
* Refactor documentation and directory structurre * update loss * ,ore examples * fix comments * more code * svgs * formatting * more_docs * more writing * comments ready * move * whitespace * examples * fix * bold * pytorch * batch * fix * fix test * Apply suggestions from code review * quarantinegp * tests/ * fix missing
28 lines
424 B
ReStructuredText
28 lines
424 B
ReStructuredText
Package Reference
|
|
=================
|
|
|
|
.. _ref-pytorch-trainer:
|
|
|
|
PyTorchTrainer
|
|
--------------
|
|
|
|
.. autoclass:: ray.experimental.sgd.pytorch.PyTorchTrainer
|
|
:members:
|
|
|
|
.. automethod:: __init__
|
|
|
|
|
|
PyTorchTrainable
|
|
----------------
|
|
|
|
.. autoclass:: ray.experimental.sgd.pytorch.PyTorchTrainable
|
|
:members:
|
|
|
|
TFTrainer
|
|
---------
|
|
|
|
.. autoclass:: ray.experimental.sgd.tf.TFTrainer
|
|
:members:
|
|
|
|
.. automethod:: __init__
|