cnnlstm/InvertingGANs_with_ConsecutiveImgs

pytorch version

649459021 opened this issue · 2 comments

Hi, what is the PyTorch version of this code? 0.4.0, 0.4.1 or >=1.0 ? thanks

Pytorch=1.8.0, thanks for your interest.

Pytorch=1.8.0, thanks for your interest.

Thanks for your reply. I'm confused about how to compile FlowNet2 dependencies. The network folder in this repo is different from https://github.com/phoenix104104/fast_blind_video_consistency.

FlowNet = networks.FlowNet2(args)

There is no definition of flownet2.