This commit is contained in:
Shen-Chenhui 2024-04-19 15:34:37 +08:00
parent d94abdb877
commit 2983009e57
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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