ninamiolane / style-based-gan-pytorch

Implementation A Style-Based Generator Architecture for Generative Adversarial Networks in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Style-Based GAN in PyTorch

Implementation of A Style-Based Generator Architecture for Generative Adversarial Networks (https://arxiv.org/abs/1812.04948) in PyTorch

Usage:

python train.py -d {celeba} PATH

Sample

Sample of the model trained on CelebA Style mixing sample of the model trained on CelebA

I have mixed styles at 4^2 - 8^2 scale. I can't get samples as dramatic as samles in the original paper. I think my model too dependent on 4^2 scale features - it seems like that much of details determined in that scale, so little variations can be acquired after it.

About

Implementation A Style-Based Generator Architecture for Generative Adversarial Networks in PyTorch

License:MIT License


Languages

Language:Python 100.0%