From 0beac39e60fb4a79edb97a442884684d534722a4 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 25 Jun 2023 09:11:32 +0200 Subject: Update --- train_ti.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'train_ti.py') diff --git a/train_ti.py b/train_ti.py index a7d2924..2a599c1 100644 --- a/train_ti.py +++ b/train_ti.py @@ -159,12 +159,6 @@ def parse_args(): nargs="*", help="A collection to filter the dataset.", ) - parser.add_argument( - "--validation_prompts", - type=str, - nargs="*", - help="Prompts for additional validation images", - ) parser.add_argument( "--seed", type=int, default=None, help="A seed for reproducible training." ) -- cgit v1.2.3-54-g00ecf