mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-11 05:13:31 +02:00
[config] update training config
This commit is contained in:
parent
c04f157fec
commit
d028417a61
|
|
@ -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)},
|
||||
|
|
|
|||
Loading…
Reference in a new issue