MobileStyleGAN.pytorch
An official implementation of MobileStyleGAN in PyTorch
File Explorer
Download Latest Version (.zip)- mobile_stylegan_ffhq.json
- model_zoo.json
- template_cfg.json
- __init__.py
- diffaug.py
- distiller_loss.py
- non_saturating_gan_loss.py
- perceptual_loss.py
- __init__.py
- fused_act.py
- fused_act_cuda.py
- fused_bias_act.cpp
- fused_bias_act_kernel.cu
- upfirdn2d.cpp
- upfirdn2d.py
- upfirdn2d_cuda.py
- upfirdn2d_kernel.cu
- __init__.py
- constant_input.py
- functional.py
- idwt.py
- idwt_upsample.py
- legacy.py
- mobile_synthesis_block.py
- modulated_conv2d.py
- multichannel_image.py
- noise_injection.py
- styled_conv2d.py
- __init__.py
- discriminator.py
- inception_v3.py
- mapping_network.py
- mobile_synthesis_network.py
- synthesis_network.py
- utils.py
- __init__.py
- dataset.py
- distiller.py
- model_zoo.py
- utils.py
- faces.jpeg
- .gitignore
- __init__.py
- CHANGELOG
- compare.py
- convert_rosinality_ckpt.py
- demo.py
- evaluate_fid.py
- generate.py
- LICENSE
- LICENSE-NVIDIA
- README.md
- requirements.txt
- train.py
# Installation Guide
1. Get the code
git clone https://github.com/bes-dev/MobileStyleGAN.pytorch
Downloads the entire project code from GitHub to your computer.
cd MobileStyleGAN.pytorch
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
