mit-han-lab / anycost-gan

[CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing
https://hanlab.mit.edu/projects/anycost-gan/
MIT License
776 stars 98 forks source link

About Adaptive-channel training and Generator-conditioned discriminator. #2

Closed GreenLimeSia closed 3 years ago

GreenLimeSia commented 3 years ago

Dear Mit-han-lab:

Thank you very much for sharing your excellent work.

I have two questions regarding the code: 1) For the Step Adaptive-channel training source code, where can I find it? Is dynamic_channel.py required for this process? Whether Is it included in the unpublished train.py? 2) I do not find G_arch operations in class Generator and DiscriminatorMultiRes.

Would you kindly help me answer this question in your spare time?

Best Wishes,

GreenLimeSia

tonylins commented 3 years ago

Hi GreenLimeSia,

The adaptive channel and conditioned discriminator parts are included in the training part. We will update the training code shortly after a proper clean-up. Stay tuned!

Best, Ji

GreenLimeSia commented 3 years ago

Many thanks for your reply.We are looking forward to your update train file. Thanks again.