Skip to content

Commit 01d4fe9

Browse files
authored
remove cleanup_old_models from disallowed args (#493)
1 parent d1c315e commit 01d4fe9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

returnn/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ def check_consistency(self):
349349

350350
# list of parameters that should never be hashed
351351
disallowed_in_config = [
352-
"cleanup_old_models",
353352
"log_verbosity",
354353
]
355354
for key in disallowed_in_config:

0 commit comments

Comments
 (0)