├── Distill_BeautyGAN ├── beauty_gpu0.py ├── network.py ├── spectral_norm.py └── util.py ├── LICENSE ├── MobileNet_BeautyGAN ├── beauty_res9.py ├── network_res9.py ├── spectral_norm.py └── util_gpu0.py ├── README.md ├── distillvsdecompose.png ├── framework.png ├── requirements.txt └── voting results.png /Distill_BeautyGAN/beauty_gpu0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jian-danai/Decompose-Distill-BeautyGAN/HEAD/Distill_BeautyGAN/beauty_gpu0.py -------------------------------------------------------------------------------- /Distill_BeautyGAN/network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jian-danai/Decompose-Distill-BeautyGAN/HEAD/Distill_BeautyGAN/network.py -------------------------------------------------------------------------------- /Distill_BeautyGAN/spectral_norm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jian-danai/Decompose-Distill-BeautyGAN/HEAD/Distill_BeautyGAN/spectral_norm.py -------------------------------------------------------------------------------- /Distill_BeautyGAN/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jian-danai/Decompose-Distill-BeautyGAN/HEAD/Distill_BeautyGAN/util.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jian-danai/Decompose-Distill-BeautyGAN/HEAD/LICENSE -------------------------------------------------------------------------------- /MobileNet_BeautyGAN/beauty_res9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jian-danai/Decompose-Distill-BeautyGAN/HEAD/MobileNet_BeautyGAN/beauty_res9.py -------------------------------------------------------------------------------- /MobileNet_BeautyGAN/network_res9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jian-danai/Decompose-Distill-BeautyGAN/HEAD/MobileNet_BeautyGAN/network_res9.py -------------------------------------------------------------------------------- /MobileNet_BeautyGAN/spectral_norm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jian-danai/Decompose-Distill-BeautyGAN/HEAD/MobileNet_BeautyGAN/spectral_norm.py -------------------------------------------------------------------------------- /MobileNet_BeautyGAN/util_gpu0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jian-danai/Decompose-Distill-BeautyGAN/HEAD/MobileNet_BeautyGAN/util_gpu0.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jian-danai/Decompose-Distill-BeautyGAN/HEAD/README.md -------------------------------------------------------------------------------- /distillvsdecompose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jian-danai/Decompose-Distill-BeautyGAN/HEAD/distillvsdecompose.png -------------------------------------------------------------------------------- /framework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jian-danai/Decompose-Distill-BeautyGAN/HEAD/framework.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jian-danai/Decompose-Distill-BeautyGAN/HEAD/requirements.txt -------------------------------------------------------------------------------- /voting results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jian-danai/Decompose-Distill-BeautyGAN/HEAD/voting results.png --------------------------------------------------------------------------------