From d028417a610177902b528bc06b78a736d618d16d Mon Sep 17 00:00:00 2001 From: zhengzangw Date: Wed, 5 Jun 2024 07:42:45 +0000 Subject: [PATCH] [config] update training config --- configs/opensora-v1-2/train/stage2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/opensora-v1-2/train/stage2.py b/configs/opensora-v1-2/train/stage2.py index 6dc2299..a1d5b67 100644 --- a/configs/opensora-v1-2/train/stage2.py +++ b/configs/opensora-v1-2/train/stage2.py @@ -14,7 +14,7 @@ bucket_config = { # 12s/it "360p": {1: (0.5, 141), 51: (0.15, 8), 102: ((0.3, 0.5), 4), 204: ((0.3, 1.0), 2), 408: ((0.5, 0.5), 1)}, "512": {1: (0.4, 141), 51: (0.15, 8), 102: ((0.2, 0.4), 4), 204: ((0.2, 1.0), 2), 408: ((0.4, 0.5), 1)}, # --- - "480p": {1: (0.5, 89), 51: (0.1, 5), 102: (0.1, 2), 204: (0.05, 1)}, + "480p": {1: (0.5, 89), 51: (0.2, 5), 102: (0.2, 2), 204: (0.1, 1)}, # --- "720p": {1: (0.1, 36), 51: (0.03, 1)}, "1024": {1: (0.1, 36), 51: (0.02, 1)},