├── .gitignore ├── LICENSE ├── README.md ├── assets ├── magnet_biggan_montage.png ├── magnet_montage.jpg └── stylegan2_ffhq_montage.svg ├── collab ├── magnet_biggan_deep_imagenet256.py ├── magnet_stylegan2_ffhq.py └── magnet_stylegan3_afhq.py └── magnet_weights.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmedImtiazPrio/MaGNET/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmedImtiazPrio/MaGNET/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmedImtiazPrio/MaGNET/HEAD/README.md -------------------------------------------------------------------------------- /assets/magnet_biggan_montage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmedImtiazPrio/MaGNET/HEAD/assets/magnet_biggan_montage.png -------------------------------------------------------------------------------- /assets/magnet_montage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmedImtiazPrio/MaGNET/HEAD/assets/magnet_montage.jpg -------------------------------------------------------------------------------- /assets/stylegan2_ffhq_montage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmedImtiazPrio/MaGNET/HEAD/assets/stylegan2_ffhq_montage.svg -------------------------------------------------------------------------------- /collab/magnet_biggan_deep_imagenet256.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmedImtiazPrio/MaGNET/HEAD/collab/magnet_biggan_deep_imagenet256.py -------------------------------------------------------------------------------- /collab/magnet_stylegan2_ffhq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmedImtiazPrio/MaGNET/HEAD/collab/magnet_stylegan2_ffhq.py -------------------------------------------------------------------------------- /collab/magnet_stylegan3_afhq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmedImtiazPrio/MaGNET/HEAD/collab/magnet_stylegan3_afhq.py -------------------------------------------------------------------------------- /magnet_weights.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmedImtiazPrio/MaGNET/HEAD/magnet_weights.txt --------------------------------------------------------------------------------