diff options
author | Michael Foiani <sotech117@michaels-mbp-4.devices.brown.edu> | 2022-05-09 01:15:32 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-4.devices.brown.edu> | 2022-05-09 01:15:32 -0400 |
commit | 13826824ec58e85557efb3a12fb0456ffb20e46d (patch) | |
tree | e656abe2f8338860710bba1224c08ba5cd8bc0fa /hyperparameters.py | |
parent | a0870ac3f1f84278c5b9fe7f78f6b1af1d1f33e9 (diff) |
Comment code, add example images, and rename files
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 180eaf85..0ca70764 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 = 500 +num_epochs = 1000 """ A critical parameter that can dramatically affect whether training |