bes-dev / MobileStyleGAN.pytorch

An official implementation of MobileStyleGAN in PyTorch
Apache License 2.0
672 stars 81 forks source link

Conditional training #14

Closed pixelfiller closed 3 years ago

pixelfiller commented 3 years ago

Will you add support for conditional training in the future?

bes-dev commented 3 years ago

what is conditional training of stylegan?

pixelfiller commented 3 years ago

https://github.com/NVlabs/stylegan2-ada-pytorch/blob/d4b2afe9c27e3c305b721bc886d2cb5229458eba/docs/train-help.txt#L49

bes-dev commented 3 years ago

@antonevstigneev we have no plans to support this feature. But as I understand, condition input affects only the mapping network, so our approach is applicable for conditional generation cases.