Skip to content

Commit

Permalink
Increase epochs to 30 and increase tolerance to .4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkraljevic committed Dec 19, 2014
1 parent 3393ae7 commit 8ceb7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/testdir_multi_jvm/test_NN2_mnist_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_NN2_mnist_multi(self):
'max_w2' : 15,
'initial_weight_distribution' : 'UniformAdaptive',
#'initial_weight_scale' : 0.01,
'epochs' : 20.0,
'epochs' : 30.0,
'destination_key' : model_key,
'validation' : validation_key,
}
Expand All @@ -71,7 +71,7 @@ def test_NN2_mnist_multi(self):

#### Now score using the model, and check the validation error
expectedErr = 0.046
relTol = 0.35 # allow 35% tolerance. kbn
relTol = 0.40 # allow 40% tolerance. kbn
predict_key = 'Predict.hex'

kwargs = {
Expand Down

0 comments on commit 8ceb7ac

Please sign in to comment.