Closed 1geek0 closed 1 year ago
@1geek0 hi Nilay! thanks for testing it out! this should be fixed in 0.0.66
right now the trainer does not support training on both gifs and images by the way, you'll have to train on an image folder separately, before upgrading to video training
Thanks for replying @lucidrains . I am trying to train on jpegs 256x256. No gifs
@1geek0 ok nice! make sure your cvivit is trained first before you attempt full phenaki!
Ah! Missed that. Now training C-ViViT. Will try with phenaki afterwards
We can close this. I've fixed this error on my local repo. Happy to raise a PR
I'm trying to train an unconditional model with image and gif data I have, to have coherent video generated from gifs of manga panels:
When training, the following error is raised:
sample_images() got an unexpected keyword argument 'num_frames'
I think the arg
num_frames
is being passed to the methodsample_images
. Can someone confirm this is a bug? I'll submit a PR with a fix