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
04de0f7a
Commit
04de0f7a
authored
Apr 20, 2020
by
Kexin Yu
Browse files
install option for contrib.optimizers.FusedLAMB
parent
f3a960f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
apex/contrib/optimizers/fused_lamb.py
apex/contrib/optimizers/fused_lamb.py
+1
-1
No files found.
apex/contrib/optimizers/fused_lamb.py
View file @
04de0f7a
...
@@ -8,7 +8,7 @@ class FusedLAMB(torch.optim.Optimizer):
...
@@ -8,7 +8,7 @@ class FusedLAMB(torch.optim.Optimizer):
"""Implements LAMB algorithm.
"""Implements LAMB algorithm.
Currently GPU-only. Requires Apex to be installed via
Currently GPU-only. Requires Apex to be installed via
``pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./``.
``pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext"
--global-option="--deprecated_fused_lamb"
./``.
This version of fused LAMB implements 2 fusions.
This version of fused LAMB implements 2 fusions.
...
...
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