diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-03-14 21:07:28 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-03-14 21:07:28 +0800 |
commit | da922be042d96338a3f207386e410b6746d046f5 (patch) | |
tree | 5bf653641a3ed89680340718e20c66e3ee21c7a6 /config.py | |
parent | 263b8001ca1b25a43d1c87f187423054e141925d (diff) |
Bug fix when transforming and new config
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -94,9 +94,9 @@ config: Configuration = { 'final_gamma': 0.01, # Local parameters (override global ones) - 'hpm': { - 'final_gamma': 0.001 - } + # 'hpm': { + # 'final_gamma': 0.001 + # } } }, # Model metadata |