summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2021-03-03 14:14:51 +0800
committerJordan Gong <jordan.gong@protonmail.com>2021-03-03 14:14:51 +0800
commit6a79a0eee0401318554d6859a733254b770e8e87 (patch)
tree2bf1d79c7e80f116805b2933176457eddbdef424 /config.py
parent5ef8caf8472c0bbc28bf40797660c620aee49ac6 (diff)
parent0527c5b657c7b4fdfd7d57bf9bc5334eac480731 (diff)
Merge branch 'master' into python3.8
Diffstat (limited to 'config.py')
-rw-r--r--config.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.py b/config.py
index e70c2bd..d6de788 100644
--- a/config.py
+++ b/config.py
@@ -80,14 +80,14 @@ config: Configuration = {
# Term added to the denominator
# 'eps': 1e-8,
# Weight decay (L2 penalty)
- # 'weight_decay': 0,
+ 'weight_decay': 0.001,
# Use AMSGrad or not
# 'amsgrad': False,
# Local parameters (override global ones)
- 'auto_encoder': {
- 'weight_decay': 0.001
- },
+ # 'auto_encoder': {
+ # 'weight_decay': 0.001
+ # },
},
'scheduler': {
# Step start to decay