diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-01-13 11:15:19 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-01-13 11:15:19 +0800 |
commit | 2ed37d21aac148dcec068590decb8eaff892d23b (patch) | |
tree | a912ae6d8ecc9f4ce10f3ac025391c682837ff99 /config.py | |
parent | f6706981fd9e0608f25c6528467394508cfa2afc (diff) | |
parent | cdf2d2e00ff719e46b0d4bef46dabb1ddfe144dc (diff) |
Merge branch 'master' into python3.8
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,6 +95,6 @@ config: Configuration = { # Restoration iteration (multiple models, e.g. nm, bg and cl) 'restore_iters': (0, 0, 0), # Total iteration for training (multiple models) - 'total_iter': (80_000, 80_000, 80_000), + 'total_iters': (80_000, 80_000, 80_000), }, } |