Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
cancan101 committed Nov 19, 2014
1 parent 2ed75f4 commit d4c3516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylearn2/training_algorithms/tests/test_sgd.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ def test_linear_decay_epoch_xfer():
assert np.allclose(model.monitor.channels['learning_rate'].val_record[0],
final_learning_rate)


def test_monitor_based_lr():
# tests that the class MonitorBasedLRAdjuster in sgd.py
# gets the learning rate properly over the training epochs
Expand Down

0 comments on commit d4c3516

Please sign in to comment.