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.

optimizers.rst 696 B

4 years ago
4 years ago
4 years ago
1234567891011121314151617181920212223242526272829303132
  1. API - Optimizers
  2. ================
  3. .. automodule:: tensorlayer.optimizers
  4. TensorLayer provides simple API and tools to ease research, development and reduce the time to production.
  5. Therefore, we provide the latest state of the art optimizers that work with Tensorflow.
  6. The optimizers functions provided by TensorFlow can be used in TensorLayer.
  7. We have also wrapped the optimizers functions for each framework, which can be found in tensorlayer.optimizers.
  8. Optimizers List
  9. ---------------
  10. .. autosummary::
  11. AMSGrad
  12. Adadelta
  13. Adagrad
  14. Adam
  15. Adamax
  16. Ftrl
  17. Nadam
  18. RMSprop
  19. SGD
  20. Momentum
  21. Lamb
  22. LARS
  23. AMSGrad Optimizer
  24. -----------------
  25. .. autoclass:: AMSGrad
  26. :members:

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