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
fairscale
Commits
58ccb166
Unverified
Commit
58ccb166
authored
Apr 27, 2022
by
Carlos Mocholí
Committed by
GitHub
Apr 27, 2022
Browse files
Fix docstring format for `AdaScaleWrapper` (#979)
parent
e65833a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fairscale/optim/adascale.py
fairscale/optim/adascale.py
+1
-1
No files found.
fairscale/optim/adascale.py
View file @
58ccb166
...
@@ -636,7 +636,7 @@ class AdaScaleWrapper(AdaScale):
...
@@ -636,7 +636,7 @@ class AdaScaleWrapper(AdaScale):
additional_optim_args (argument dict):
additional_optim_args (argument dict):
keyward arguments to the `optim` class above.
keyward arguments to the `optim` class above.
The rest params are in-sync with the `AdaScale` class above.
The rest params are in-sync with the `AdaScale` class above.
"""
"""
def
__init__
(
def
__init__
(
...
...
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