Unverified Commit 58ccb166 authored by Carlos Mocholí's avatar Carlos Mocholí Committed by GitHub
Browse files

Fix docstring format for `AdaScaleWrapper` (#979)

parent e65833a0
...@@ -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__(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment