summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2021-03-03 14:15:13 +0800
committerJordan Gong <jordan.gong@protonmail.com>2021-03-03 14:15:13 +0800
commit9b3f5e6cf5c3868b068e69f3a30e1d0afef3973d (patch)
treea66f46ba513b71c3b81b39f755251efd8ee6e387
parent7fac206f92602462ad8eecde524b0324f7991bde (diff)
parent0527c5b657c7b4fdfd7d57bf9bc5334eac480731 (diff)
Merge branch 'master' into data_parallel
-rw-r--r--config.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.py b/config.py
index e1ee2fb..2378282 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