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 - Optimizers
- ================
-
- .. automodule:: tensorlayer.optimizers
-
- TensorLayer provides simple API and tools to ease research, development and reduce the time to production.
- Therefore, we provide the latest state of the art optimizers that work with Tensorflow.
-
- Optimizers List
- ---------------
-
- .. autosummary::
-
- AMSGrad
-
- AMSGrad Optimizer
- -----------------
- .. autoclass:: AMSGrad
- :members:
|