Skip to content

Commit

Permalink
Wrong paramter for function make_plots
Browse files Browse the repository at this point in the history
Hi, this is a small change.
According to the definition of function make_plots, the top 3 paramters are not correct.
  • Loading branch information
wqhIris authored Jan 26, 2018
1 parent 91b3fab commit a0220b4
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 a0220b4

Please sign in to comment.