From ed892a06ba7a231a84d47bd835fc625aa3f2c75c Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 8 Jan 2023 20:36:17 +0100 Subject: Fix --- train_ti.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'train_ti.py') diff --git a/train_ti.py b/train_ti.py index eb0b8b6..03f52c4 100644 --- a/train_ti.py +++ b/train_ti.py @@ -142,7 +142,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