stylegan2-pytorch icon indicating copy to clipboard operation
stylegan2-pytorch copied to clipboard

Blending models

Open jsaisagar opened this issue 3 years ago • 1 comments

Hi,

How do we do blending of two models trained on different datasets?There are starting points for Tensorflow implementations. Can someone suggest the code in PyTorch?

jsaisagar avatar Feb 21 '22 12:02 jsaisagar

Hi, I have reimplemented the blending function, it may help. See https://gist.github.com/onion-liu/7969bce0d4aeb60455f7d35bb0d8fd4a

onion-liu avatar Mar 02 '22 13:03 onion-liu