diff options
author | Logan Bauman <logan_bauman@brown.edu> | 2022-05-07 10:00:28 -0400 |
---|---|---|
committer | Logan Bauman <logan_bauman@brown.edu> | 2022-05-07 10:00:28 -0400 |
commit | 8de640d7e79ed448fe483dd455be897c9bdaa9d7 (patch) | |
tree | 37b1ebe782c7c1f28a5158a84b7d4808029bf36e /hyperparameters.py | |
parent | f4210ea66b75ac398cdd281a817b894288dae6e5 (diff) |
hi
Diffstat (limited to 'hyperparameters.py')
-rw-r--r-- | hyperparameters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperparameters.py b/hyperparameters.py index d09e6623..337064bd 100644 --- a/hyperparameters.py +++ b/hyperparameters.py @@ -9,7 +9,7 @@ Number of epochs. If you experiment with more complex networks you might need to increase this. Likewise if you add regularization that slows training. """ -num_epochs = 5000 +num_epochs = 3000 """ A critical parameter that can dramatically affect whether training |