Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
apex
Commits
8bd382fa
Commit
8bd382fa
authored
Nov 01, 2018
by
Michael Carilli
Browse files
Minor docstring update
parent
da515dca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
apex/optimizers/fused_adam.py
apex/optimizers/fused_adam.py
+2
-1
No files found.
apex/optimizers/fused_adam.py
View file @
8bd382fa
...
@@ -3,7 +3,8 @@ import fused_adam_cuda
...
@@ -3,7 +3,8 @@ import fused_adam_cuda
class
FusedAdam
(
torch
.
optim
.
Adam
):
class
FusedAdam
(
torch
.
optim
.
Adam
):
"""Implements Adam algorithm. Currently GPU-only.
"""Implements Adam algorithm. Currently GPU-only. Requires Apex to be installed via
``python setup.py install --cuda_ext --cpp_ext``.
It has been proposed in `Adam: A Method for Stochastic Optimization`_.
It has been proposed in `Adam: A Method for Stochastic Optimization`_.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment