mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-14 18:25:35 +02:00
config
This commit is contained in:
parent
d94abdb877
commit
2983009e57
|
|
@ -74,9 +74,9 @@ magvit uses about # samples (K) * epochs ~ 2-5 K, num_frames = 4, reso = 128
|
|||
3-6 epochs for pexel, from pexel observation its correct
|
||||
'''
|
||||
|
||||
epochs = 10
|
||||
epochs = 200
|
||||
log_every = 1
|
||||
ckpt_every = 1000
|
||||
ckpt_every = 200
|
||||
load = None
|
||||
|
||||
batch_size = 4
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ magvit uses about # samples (K) * epochs ~ 2-5 K, num_frames = 4, reso = 128
|
|||
3-6 epochs for pexel, from pexel observation its correct
|
||||
'''
|
||||
|
||||
epochs = 100
|
||||
epochs = 200
|
||||
log_every = 1
|
||||
ckpt_every = 200
|
||||
load = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue