We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef62758 commit ae2668eCopy full SHA for ae2668e
examples/pytorch/FastCells/training_config.py
@@ -36,7 +36,7 @@ def __init__(self):
36
class OptimizerOptions:
37
def __init__(self):
38
self.weight_decay = 1e-5
39
- self.momentum = 0 # RMSprop
+ self.momentum = 0.9 # RMSprop
40
self.centered = False # RMSprop
41
self.alpha = 0 # ASGD, RMSprop
42
self.eps = 1e-8
0 commit comments