Skip to content

Commit

Permalink
fix bug for SGD
Browse files Browse the repository at this point in the history
  • Loading branch information
dalinvip committed Nov 14, 2018
1 parent 1efb2be commit b4ec377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def Adadelta(self):
return self._config.getboolean("Optimizer", "Adadelta")

@property
def optim_momentum_value(self):
def momentum_value(self):
return self._config.getfloat("Optimizer", "optim_momentum_value")

@property
Expand Down

0 comments on commit b4ec377

Please sign in to comment.