clovaai / stargan-v2

StarGAN v2 - Official PyTorch Implementation (CVPR 2020)
Other
3.48k stars 653 forks source link

How to modify the code if use torch>1.4 #160

Closed chengyu89527 closed 10 months ago

chengyu89527 commented 10 months ago

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