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.

distributed.rst 420 B

4 years ago
1234567891011121314151617181920212223
  1. API - Distributed Training
  2. =============================
  3. (Alpha release - usage might change later)
  4. Helper API to run a distributed training.
  5. Check these `examples <https://github.com/tensorlayer/tensorlayer/tree/master/examples/distributed_training>`_.
  6. .. automodule:: tensorlayer.distributed
  7. .. autosummary::
  8. Trainer
  9. Distributed training
  10. --------------------
  11. Trainer
  12. ^^^^^^^^^^^
  13. .. autofunction:: Trainer

TensorLayer3.0 是一款兼容多种深度学习框架为计算后端的深度学习库。计划兼容TensorFlow, Pytorch, MindSpore, Paddle.