clovaai / stargan-v2

StarGAN v2 - Official PyTorch Implementation (CVPR 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to modify the code if use torch>1.4

chengyu89527 opened this issue · comments

torch =1.4 is too old now. But if I update the torch version . We will meet inplace issue. I try to do fix it. It effect the training result. Please help us , thanks very much