mit-han-lab / anycost-gan

[CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing

Home Page:https://hanlab.mit.edu/projects/anycost-gan/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Share the pretrained anycost Discriminator

federicoromeo opened this issue · comments

I'm using your generator

G = models.get_pretrained("generator", 'anycost-ffhq-config-f')

Can you provide also the pretained discriminator used, with the same structure? I see the class Discriminator in anycost_gan.py but it raises a NotImplementedError when doing the same for D.
Could you publish it?