diff options
-rw-r--r-- | __pycache__/hyperparameters.cpython-38.pyc | bin | 315 -> 332 bytes | |||
-rw-r--r-- | __pycache__/losses.cpython-38.pyc | bin | 4582 -> 4599 bytes | |||
-rw-r--r-- | hyperparameters.py | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/__pycache__/hyperparameters.cpython-38.pyc b/__pycache__/hyperparameters.cpython-38.pyc Binary files differindex 5e563f46..f1b885e8 100644 --- a/__pycache__/hyperparameters.cpython-38.pyc +++ b/__pycache__/hyperparameters.cpython-38.pyc diff --git a/__pycache__/losses.cpython-38.pyc b/__pycache__/losses.cpython-38.pyc Binary files differindex fd07d03c..9cd2e604 100644 --- a/__pycache__/losses.cpython-38.pyc +++ b/__pycache__/losses.cpython-38.pyc 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 |