Skip to content

Commit

Permalink
Be sure to test regularizers!
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Johnson committed Sep 12, 2015
1 parent acfc8ba commit 8fcca90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regularizers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def assert_progress(self, **kwargs):
patience=1,
min_improvement=0.01,
batch_size=self.NUM_EXAMPLES,
)
**kwargs)
assert trainN['loss'] < valid0['loss'] # should have made progress!

def test_input_noise(self):
Expand Down

0 comments on commit 8fcca90

Please sign in to comment.