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 35be74c..b88ccc3 100644
--- a/train_ti.py
+++ b/train_ti.py
@@ -170,7 +170,7 @@ def parse_args():
170 ) 170 )
171 parser.add_argument( 171 parser.add_argument(
172 "--tag_shuffle", 172 "--tag_shuffle",
173 type="store_true", 173 action="store_true",
174 help="Shuffle tags.", 174 help="Shuffle tags.",
175 ) 175 )
176 parser.add_argument( 176 parser.add_argument(