skyflynil / stylegan2

StyleGAN2 - Official TensorFlow Implementation with practical improvements
http://arxiv.org/abs/1912.04958
Other
120 stars 33 forks source link

Convert seed 'range' into a list #8

Closed skyflynil closed 4 years ago

skyflynil commented 4 years ago

This fixes a bug later in in e.g., style_mixing_example where ranges are concatened together with the +-operator.

Add .gitignore file.