forked from TensorLayer/tensorlayer3
24 lines
420 B
ReStructuredText
24 lines
420 B
ReStructuredText
API - Distributed Training
|
|
=============================
|
|
|
|
(Alpha release - usage might change later)
|
|
|
|
Helper API to run a distributed training.
|
|
Check these `examples <https://github.com/tensorlayer/tensorlayer/tree/master/examples/distributed_training>`_.
|
|
|
|
.. automodule:: tensorlayer.distributed
|
|
|
|
.. autosummary::
|
|
|
|
Trainer
|
|
|
|
Distributed training
|
|
--------------------
|
|
|
|
Trainer
|
|
^^^^^^^^^^^
|
|
|
|
.. autofunction:: Trainer
|
|
|
|
|