lucidrains / phenaki-pytorch

Implementation of Phenaki Video, which uses Mask GIT to produce text guided videos of up to 2 minutes in length, in Pytorch
MIT License
748 stars 79 forks source link

c-vivit return_recons = True with use_vgg_and_gan = True #6

Closed 9B8DY6 closed 2 years ago

9B8DY6 commented 2 years ago
if return_recons:
    return loss, fmap

But there is no fmap

lucidrains commented 2 years ago

@9B8DY6 ohh yea, cvivit training should be ready end of today

wiring up the full training code this afternoon

lucidrains commented 2 years ago

in general, if you see "wip" tag on the title of my repositories, it isn't ready yet

lucidrains commented 2 years ago

@9B8DY6 yea this should be resolved https://github.com/lucidrains/phenaki-pytorch/commit/966ea4e41fb944758fefab175b6445861f65a1f7 , will get to the training code tomorrow or saturday