omertov

Results 7 comments of omertov

Hi @ssxxx1a! The op extensions were taken from rosinality's stylegan2-pytorch implementation. It seems like rosinality updated the extensions since then (for example, I see cpu support in his new version)....

Hi @zeta7337! From a quick glance it seems like the images might not be aligned according to FFHQ's alignment method. In case you are using the pretrained FFHQ StyleGAN2 this...

Hi @juanluisrosaramos, Sorry for the long response time, In case it is still relevant, it seems like the file_path you provide for the `stylegan_weights` leads to a non-existing file, perhaps...

Hi @baopmessi! Indeed, when training with the --start_from_latent_avg flag the discriminator should receive the code with the addition of the average latent code. From my experiments the current version of...

Hi @wty-ustc! We have used the following code to calculate the SWD metric: https://github.com/facebookresearch/pytorch_GAN_zoo/blob/master/models/metrics/laplacian_swd.py I will add the SWD calculation files and script so it will be included in the...

Hi @VisionaryMind, Sorry for the long response time, haven't had the time to maintain this repo for a while. In case this is still relevant, I wonder if the images...

Hi @ssxxx1a! We have not experimented with multi-GPU training, and currently it is not supported. While I might add this feature in the future, feel free to open a PR...