remove stray code block start from docstring
This commit is contained in:
parent
f4365dab94
commit
d67a2e40b3
|
@ -444,7 +444,6 @@ end
|
|||
InvDecay(γ)
|
||||
|
||||
Applies inverse time decay to an optimiser, i.e., the effective step size at iteration `n` is `eta / (1 + γ * n)` where `eta` is the initial step size. The wrapped optimiser's step size is not modified.
|
||||
```
|
||||
|
||||
## Parameters
|
||||
- gamma (γ): Defaults to `0.001`
|
||||
|
|
Loading…
Reference in New Issue