summaryrefslogtreecommitdiffstats
path: root/train_ti.py
diff options
context:
space:
mode:
Diffstat (limited to 'train_ti.py')
-rw-r--r--train_ti.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/train_ti.py b/train_ti.py
index 7aeff7c..9bc74c1 100644
--- a/train_ti.py
+++ b/train_ti.py
@@ -340,7 +340,7 @@ def parse_args():
340 parser.add_argument( 340 parser.add_argument(
341 "--checkpoint_frequency", 341 "--checkpoint_frequency",
342 type=int, 342 type=int,
343 default=5, 343 default=999999,
344 help="How often to save a checkpoint and sample image (in epochs)", 344 help="How often to save a checkpoint and sample image (in epochs)",
345 ) 345 )
346 parser.add_argument( 346 parser.add_argument(