|
1234567891011121314151617181920212223 |
- 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
-
-
|