Skip to content

Commit

Permalink
number of epochs to 10k
Browse files Browse the repository at this point in the history
  • Loading branch information
mpezeshki committed Jan 10, 2021
1 parent 51d131a commit bc5c296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Figure_3/moon_fig_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# A two-layer neural netowrk with the following number of hidden units
hidden_dim = 500
n_samples = 300
epochs = 1000
epochs = 10000

dataset = lambda seed: two_moons_dataset(seed, margin=+0.1)
experiments = [
Expand Down

0 comments on commit bc5c296

Please sign in to comment.