From f24db8802bd56948727a8c06b00ada367249766e Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 27 Sep 2022 22:25:43 +0200 Subject: Better output dir structure --- dreambooth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dreambooth.py') diff --git a/dreambooth.py b/dreambooth.py index bc7a472..7c0d32c 100644 --- a/dreambooth.py +++ b/dreambooth.py @@ -65,7 +65,7 @@ def parse_args(): parser.add_argument( "--output_dir", type=str, - default="dreambooth-model", + default="output/dreambooth", help="The output directory where the model predictions and checkpoints will be written.", ) parser.add_argument( -- cgit v1.2.3-54-g00ecf