summaryrefslogtreecommitdiff
path: root/logging_utils.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2021-11-15 16:55:26 -0800
committerScott Gasch <[email protected]>2021-11-15 16:55:26 -0800
commitbef486c8c06e8d743a98b89910658a615acc8bbc (patch)
tree542cdee3017f87a6a032e5e37dba836e2a5de671 /logging_utils.py
parent2c54bfde335f3631f045a871c540c9d63c5bb081 (diff)
Making remote training work better.
Diffstat (limited to 'logging_utils.py')
-rw-r--r--logging_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/logging_utils.py b/logging_utils.py
index 7be31e3..819e3d3 100644
--- a/logging_utils.py
+++ b/logging_utils.py
@@ -76,7 +76,7 @@ cfg.add_argument(
cfg.add_argument(
'--logging_filename_count',
type=int,
- default=2,
+ default=7,
metavar='COUNT',
help='The number of logging_filename copies to keep before deleting.'
)