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 _anycostgan.py but it raises a NotImplementedError when doing the same for D.
Could you publish it?
I'm using your generator
Can you provide also the pretained discriminator used, with the same structure? I see the class Discriminator in _anycostgan.py but it raises a NotImplementedError when doing the same for D. Could you publish it?