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 404 B

5 years ago
12345678910111213141516171819
  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. Optimizers List
  7. ---------------
  8. .. autosummary::
  9. AMSGrad
  10. AMSGrad Optimizer
  11. -----------------
  12. .. autoclass:: AMSGrad
  13. :members:

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