From a1b8327085ddeab589be074d7e9df4291aba1210 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 1 Mar 2023 12:34:42 +0100 Subject: Update --- train_lora.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'train_lora.py') diff --git a/train_lora.py b/train_lora.py index d7c2de0..0a3d4c9 100644 --- a/train_lora.py +++ b/train_lora.py @@ -84,7 +84,7 @@ def parse_args(): parser.add_argument( "--num_buckets", type=int, - default=4, + default=0, help="Number of aspect ratio buckets in either direction.", ) parser.add_argument( -- cgit v1.2.3-54-g00ecf