Skip to content

Commit

Permalink
Merge pull request mnielsen#80 from wqhIris/patch-1
Browse files Browse the repository at this point in the history
Fixes parameters for function make_plots (wrong ordering of parameters), but doesn't change output, due to a lucky coincidence in earlier choice of parameters
  • Loading branch information
mnielsen authored Jan 26, 2018
2 parents 91b3fab + a0220b4 commit 7e28f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fig/overfitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ def main(filename, num_epochs,
"""
run_network(filename, num_epochs, training_set_size, lmbda)
make_plots(filename, num_epochs,
test_accuracy_xmin,
training_cost_xmin,
test_accuracy_xmin,
test_accuracy_xmin,
test_cost_xmin,
training_accuracy_xmin,
training_set_size)

Expand Down

0 comments on commit 7e28f50

Please sign in to comment.