PDillis / stylegan3-fun

Modifications of the official PyTorch implementation of StyleGAN3. Let's easily generate images and videos with StyleGAN2/2-ADA/3!
Other
230 stars 36 forks source link

Fix for correct number of conditional mapping layers in Discriminator #30

Open DEBIHOOD opened 1 year ago

DEBIHOOD commented 1 year ago

Now discriminator keeps up with the amount of conditional mapping layers same as in generator.

Also new key argument --cond-D-nofix was added for the backward compatibility, to being able to continue training old models that was trained before the fix was merged.