Skip to content

Commit

Permalink
Merge pull request #88 from IBM/fix/grid-analyzer
Browse files Browse the repository at this point in the history
Minor change in stop threshold in MNIST configs (plus test of closing issues with keywords when merging with develop)
  • Loading branch information
tkornuta-ibm committed Nov 13, 2018
2 parents 602444d + 904ac5d commit 2a92103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/vision/alexnet_mnist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ training:
lr: 0.01
# settings parameters
terminal_conditions:
loss_stop: 1.0e-3
loss_stop: 1.0e-2
episode_limit: 50000
epochs_limit: 10

Expand Down
2 changes: 1 addition & 1 deletion configs/vision/simplecnn_mnist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ training:
lr: 0.01
# settings parameters
terminal_conditions:
loss_stop: 1.0e-3
loss_stop: 1.0e-2
episode_limit: 1000
epoch_limit: 1

Expand Down

0 comments on commit 2a92103

Please sign in to comment.