You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
-
|