Skip to content

Commit cb31457

Browse files
author
Thomas Capelle
committed
img_size 512
1 parent a48477f commit cb31457

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

train_uvit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
sampler_steps=333, # number of sampler steps on the diffusion process
2626
seed = 42, # random seed
2727
batch_size = 6, # batch size
28-
img_size = 128, # image size
28+
img_size = 512, # image size
2929
device = "cuda", # device
3030
num_workers=8, # number of workers for dataloader
3131
num_frames=4, # number of frames to use as input

0 commit comments

Comments
 (0)