diff options
author | Logan Bauman <logan_bauman@brown.edu> | 2022-05-07 08:45:29 -0400 |
---|---|---|
committer | Logan Bauman <logan_bauman@brown.edu> | 2022-05-07 08:45:29 -0400 |
commit | 6973d4b62013ef541e674a33fe7bf483f1e6f2ee (patch) | |
tree | 74e535bda4acaecd992cd412f599cac95bf14adb /hyperparameters.py | |
parent | 47fee9308b4ef77f9e26d2c4e3f8ddf78bc01ef1 (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 7e4da417..4fa563df 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 = 1000 +num_epochs = 10000 """ A critical parameter that can dramatically affect whether training |