Skip to content

Commit b4ec377

Browse files
committed
fix bug for SGD
1 parent 1efb2be commit b4ec377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def Adadelta(self):
277277
return self._config.getboolean("Optimizer", "Adadelta")
278278

279279
@property
280-
def optim_momentum_value(self):
280+
def momentum_value(self):
281281
return self._config.getfloat("Optimizer", "optim_momentum_value")
282282

283283
@property

0 commit comments

Comments
 (0)