Spelling (#342)
* spelling: accumulates Signed-off-by: Josh Soref <[email protected]> * spelling: across Signed-off-by: Josh Soref <[email protected]> * spelling: additional Signed-off-by: Josh Soref <[email protected]> * spelling: against Signed-off-by: Josh Soref <[email protected]> * spelling: among Signed-off-by: Josh Soref <[email protected]> * spelling: array Signed-off-by: Josh Soref <[email protected]> * spelling: at least Signed-off-by: Josh Soref <[email protected]> * spelling: available Signed-off-by: Josh Soref <[email protected]> * spelling: axes Signed-off-by: Josh Soref <[email protected]> * spelling: basically Signed-off-by: Josh Soref <[email protected]> * spelling: bfloat Signed-off-by: Josh Soref <[email protected]> * spelling: bounds Signed-off-by: Josh Soref <[email protected]> * spelling: broadcast Signed-off-by: Josh Soref <[email protected]> * spelling: buffer Signed-off-by: Josh Soref <[email protected]> * spelling: class Signed-off-by: Josh Soref <[email protected]> * spelling: coefficients Signed-off-by: Josh Soref <[email protected]> * spelling: collision Signed-off-by: Josh Soref <[email protected]> * spelling: combinations Signed-off-by: Josh Soref <[email protected]> * spelling: committing Signed-off-by: Josh Soref <[email protected]> * spelling: computation Signed-off-by: Josh Soref <[email protected]> * spelling: consider Signed-off-by: Josh Soref <[email protected]> * spelling: constructing Signed-off-by: Josh Soref <[email protected]> * spelling: conversions Signed-off-by: Josh Soref <[email protected]> * spelling: correctly Signed-off-by: Josh Soref <[email protected]> * spelling: corresponding Signed-off-by: Josh Soref <[email protected]> * spelling: declaration Signed-off-by: Josh Soref <[email protected]> * spelling: default Signed-off-by: Josh Soref <[email protected]> * spelling: dependency Signed-off-by: Josh Soref <[email protected]> * spelling: destination Signed-off-by: Josh Soref <[email protected]> * spelling: destructor Signed-off-by: Josh Soref <[email protected]> * spelling: dimensions Signed-off-by: Josh Soref <[email protected]> * spelling: divided Signed-off-by: Josh Soref <[email protected]> * spelling: element-wise Signed-off-by: Josh Soref <[email protected]> * spelling: elements Signed-off-by: Josh Soref <[email protected]> * spelling: endianness Signed-off-by: Josh Soref <[email protected]> * spelling: equivalent Signed-off-by: Josh Soref <[email protected]> * spelling: explicitly Signed-off-by: Josh Soref <[email protected]> * spelling: github Signed-off-by: Josh Soref <[email protected]> * spelling: indices Signed-off-by: Josh Soref <[email protected]> * spelling: irregularly Signed-off-by: Josh Soref <[email protected]> * spelling: memory Signed-off-by: Josh Soref <[email protected]> * spelling: metallib Signed-off-by: Josh Soref <[email protected]> * spelling: negative Signed-off-by: Josh Soref <[email protected]> * spelling: notable Signed-off-by: Josh Soref <[email protected]> * spelling: optional Signed-off-by: Josh Soref <[email protected]> * spelling: otherwise Signed-off-by: Josh Soref <[email protected]> * spelling: overridden Signed-off-by: Josh Soref <[email protected]> * spelling: partially Signed-off-by: Josh Soref <[email protected]> * spelling: partition Signed-off-by: Josh Soref <[email protected]> * spelling: perform Signed-off-by: Josh Soref <[email protected]> * spelling: perturbations Signed-off-by: Josh Soref <[email protected]> * spelling: positively Signed-off-by: Josh Soref <[email protected]> * spelling: primitive Signed-off-by: Josh Soref <[email protected]> * spelling: repeat Signed-off-by: Josh Soref <[email protected]> * spelling: repeats Signed-off-by: Josh Soref <[email protected]> * spelling: respect Signed-off-by: Josh Soref <[email protected]> * spelling: respectively Signed-off-by: Josh Soref <[email protected]> * spelling: result Signed-off-by: Josh Soref <[email protected]> * spelling: rounding Signed-off-by: Josh Soref <[email protected]> * spelling: separate Signed-off-by: Josh Soref <[email protected]> * spelling: skipping Signed-off-by: Josh Soref <[email protected]> * spelling: structure Signed-off-by: Josh Soref <[email protected]> * spelling: the Signed-off-by: Josh Soref <[email protected]> * spelling: transpose Signed-off-by: Josh Soref <[email protected]> * spelling: unnecessary Signed-off-by: Josh Soref <[email protected]> * spelling: unneeded Signed-off-by: Josh Soref <[email protected]> * spelling: unsupported Signed-off-by: Josh Soref <[email protected]> --------- Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
@@ -253,7 +253,7 @@ class AdaDelta(Optimizer):
|
||||
rho (float, optional): The coefficient :math:`\rho` used for computing a
|
||||
running average of squared gradients. Default: ``0.9``
|
||||
eps (float, optional): The term :math:`\epsilon` added to the denominator to improve
|
||||
numerical stability. Ddefault: `1e-8`
|
||||
numerical stability. Default: `1e-8`
|
||||
"""
|
||||
|
||||
def __init__(self, learning_rate: float, rho: float = 0.9, eps: float = 1e-6):
|
||||
|
||||
Reference in New Issue
Block a user