Difference between revisions of "Stylegan3"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:Software {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|stylegan3}} |{{#vardefine:url|https://github.com/NVlabs/stylegan3}} <!--CONFIGURATION: OPTIONAL (|1}}...")
 
 
Line 1: Line 1:
[[Category:Software]]
+
[[Category:Software]][[Category:Machine Learning]][[Category:Image Processing]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|stylegan3}}
 
|{{#vardefine:app|stylegan3}}

Latest revision as of 16:09, 22 August 2022

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}
}