Stylegan3

From UFRC
Revision as of 16:12, 2 May 2022 by Jstrds (talk | contribs) (Created page with "Category:Software {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|stylegan3}} |{{#vardefine:url|https://github.com/NVlabs/stylegan3}} <!--CONFIGURATION: OPTIONAL (|1}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

stylegan3 website  

DESCRIPTION The style-based GAN architecture (StyleGAN) yields state-of-the-art results in data-driven unconditional generative image modeling. This module provides access to the StyleGAN 3 software.

Environment Modules

Run module spider stylegan3 to find out what environment modules are available for this application.

System Variables

  • HPC_STYLEGAN3_DIR - installation directory
  • HPC_STYLEGAN3_DIR - Path to program files




Citation

If you publish research that uses stylegan3 you have to cite it as follows:

@inproceedings{Karras2021,
  author = {Tero Karras and Miika Aittala and Samuli Laine and Erik H\"ark\"onen and Janne Hellsten and Jaakko Lehtinen and Timo Aila},
  title = {Alias-Free Generative Adversarial Networks},
  booktitle = {Proc. NeurIPS},
  year = {2021}
}