Jhin

Results 5 comments of Jhin

I follow the readme and set --useTex, but the results don't change

> 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. https://github.com/cnnlstm/InvertingGANs_with_ConsecutiveImgs/blob/9078a48ec3474dacdd02693b051e3addef1c5697/main.py#L54 There...

@williamyang1991 Hi, can you reproduce the Ref-guided generation results? In my case, the style is changed after utilizing reference's style code, but not same as the reference. Could you show...

> ![image](https://user-images.githubusercontent.com/18130694/199380067-f5e9f5d3-a45c-4f1f-9316-e561c1ad2b9d.png) Thanks very much for your reply. The results I get are very similar to the first two columns of your reproduced results

@eghouti Hi, For self.saved_params, why use "clone" in BC.__init__ and use "copy_" in BC.save_params ? Why choose two different approachs to store data for one list self.saved_params ?