├── .gitignore ├── LICENSE ├── LICENSE-NVIDIA ├── README.md ├── docs └── figures │ ├── AFHQ_.png │ ├── Anime_.png │ ├── Other_Benchmark.png │ ├── Reproducibility_.png │ ├── StudioGAN.png │ ├── StudioGAN_Benchmark_.png │ ├── StudioGAN_generated_images.png │ ├── TSNE_results.png │ ├── Table1.png │ ├── Table2.png │ ├── Table3.png │ ├── Taxonomy.png │ ├── boat.png │ ├── conditional GAN.png │ ├── diff_spectrum1.png │ ├── fox.png │ ├── generated images.png │ ├── generated_images1.png │ ├── interpolated_images.png │ ├── knn_1.png │ ├── metric learning loss.png │ ├── studiogan_logo.jpg │ ├── tensorboard_1.png │ └── thumbnail.png ├── logs ├── AFHQ │ ├── StyleGAN2-D2DCE-ADA-train-2021_10_24_03_59_32.log │ └── StyleGAN2-SPD-ADA-train-2021_10_18_16_01_19.log ├── CIFAR10 │ ├── ACGAN-train-2020_09_17_20_04_13.log │ ├── ADAGAN(C)-train-2021_01_31_12_59_47.log │ ├── ADAGAN(P)-train-2021_01_31_12_59_51.log │ ├── BigGAN-Deep-train-2020_09_17_13_44_46.log │ ├── BigGAN-train-2021_01_15_14_48_48.log │ ├── CCMGAN-train-2021_04_28_12_09_23.log │ ├── CCMGAN-train-2021_05_03_12_19_16.log │ ├── CCMGAN-train-2021_05_03_12_20_37.log │ ├── CIFAR10-StyleGAN2-D2DCE-DiffAug-Rev-train-2022_02_04_16_46_16.log │ ├── CRGAN(C)-train-2020_12_04_13_51_40.log │ ├── CRGAN(P)-train-2020_09_17_13_45_19.log │ ├── ContraGAN-train-2020_10_04_21_50_14.log │ ├── DCGAN-train-2020_09_15_13_23_51.log │ ├── DiffAugGAN(C)-train-2020_11_14_16_20_04.log │ ├── DiffAugGAN(P)-train-2020_09_18_14_33_57.log │ ├── GGAN-train-2020_09_15_23_11_09.log │ ├── ICRGAN(C)-train-2020_12_04_13_53_13.log │ ├── ICRGAN(P)-train-2020_09_17_13_46_09.log │ ├── LOGAN-train-2020_09_17_13_46_47.log │ ├── LSGAN-train-2020_09_15_23_40_37.log │ ├── ProjGAN-train-2020_09_17_20_05_34.log │ ├── SAGAN-train-2020_09_18_23_34_49.log │ ├── SNGAN-train-2020_09_18_14_37_00.log │ ├── StyleGAN2-ADA-train-2021_10_16_13_21_43.log │ ├── StyleGAN2-D2DCE-ADA-08-train-2021_10_18_14_12_03.log │ ├── StyleGAN2-D2DCE-train-2021_10_16_13_21_26.log │ ├── StyleGAN2-train-2021_10_18_00_40_38.log │ ├── WGAN-DRA-train-2020_09_16_05_18_22.log │ ├── WGAN-GP-train-2020_09_16_14_17_00.log │ └── WGAN-WC-train-2020_09_17_11_03_23.log ├── IMAGENET │ ├── BigGAN2048-train-2020_11_17_15_17_48.log │ ├── BigGAN256-train-2021_01_24_03_52_15.log │ ├── CCMGAN2048-train-2021_06_22_06_11_37.log │ ├── CCMGAN256-train-2021_04_30_19_04_27.log │ ├── ContraGAN256-train-2021_01_25_13_55_18.log │ ├── ContraGAN256-train-2021_02_01_13_59_48.log │ ├── SAGAN-train-2021_02_11_16_18_59.log │ ├── SNGAN-train-2021_02_05_01_08_08.log │ └── contra_biggan_imagenet128_hinge_no-train-2020_08_08_18_45_52.log └── TINY_IMAGENET │ ├── ACGAN-train-2021_01_15_11_59_50.log │ ├── ADAGAN(C)-train-2021_02_16_15_41_20.log │ ├── ADAGAN(P)-train-2021_02_16_15_41_34.log │ ├── BigGAN-train-2021_01_18_11_42_25.log │ ├── CCMGAN-train-2021_04_26_11_14_49.log │ ├── CCMGAN-train-2021_05_03_15_36_29.log │ ├── CCMGAN-train-2021_05_03_19_37_26.log │ ├── CRGAN(C)-train-2021_01_01_08_56_13.log │ ├── CRGAN(P)-train-2021_01_01_08_55_18.log │ ├── ContraGAN-train-2021_01_01_09_35_08.log │ ├── DCGAN-train-2021_01_01_08_11_26.log │ ├── DiffAugGAN(C)-train-2021_01_17_04_59_40.log │ ├── DiffAugGAN(P)-train-2021_01_17_04_59_53.log │ ├── GGAN-train-2021_01_01_08_13_58.log │ ├── ICRGAN(C)-train-2021_01_03_12_11_56.log │ ├── ICRGAN(P)-train-2021_01_04_11_19_15.log │ ├── LOGAN-train-2021_01_17_05_06_23.log │ ├── LSGAN-train-2021_01_01_08_13_17.log │ ├── ProjGAN-train-2021_01_15_11_59_49.log │ ├── SAGAN-train-2021_01_15_12_16_42.log │ ├── SNGAN-train-2021_01_15_11_59_43.log │ ├── WGAN-DRA-train-2021_01_15_11_59_46.log │ ├── WGAN-GP-train-2021_01_15_11_59_40.log │ └── WGAN-WC-train-2021_01_15_11_59_38.log └── src ├── config.py ├── configs ├── AFHQ │ ├── StyleGAN2-D2DCE-ADA.yaml │ └── StyleGAN2-SPD-ADA.yaml ├── AFHQv2 │ ├── BigGAN-256Res-ADA.yaml │ ├── BigGAN-256Res-APA.yaml │ ├── BigGAN-256Res-DiffAug-LeCam.yaml │ ├── BigGAN-256Res-DiffAug.yaml │ ├── BigGAN-256Res-LeCam.yaml │ ├── BigGAN-256Res.yaml │ ├── StyleGAN2-256Res-ADA.yaml │ ├── StyleGAN2-256Res-APA.yaml │ ├── StyleGAN2-256Res-DiffAug-LeCam.yaml │ ├── StyleGAN2-256Res-DiffAug.yaml │ ├── StyleGAN2-256Res-LeCam.yaml │ ├── StyleGAN2-256Res.yaml │ ├── StyleGAN2-paper.yaml │ ├── StyleGAN3-r-paper.yaml │ └── StyleGAN3-t-paper.yaml ├── Baby_ImageNet │ ├── BigGAN.yaml │ ├── ContraGAN.yaml │ ├── ReACGAN.yaml │ ├── SAGAN.yaml │ ├── SNGAN.yaml │ ├── StyleGAN2-SPD.yaml │ └── StyleGAN3-t-SPD.yaml ├── CIFAR10 │ ├── ACGAN-Mod-ADC.yaml │ ├── ACGAN-Mod-Big-ADC.yaml │ ├── ACGAN-Mod-Big-TAC.yaml │ ├── ACGAN-Mod-Big.yaml │ ├── ACGAN-Mod-TAC.yaml │ ├── ACGAN-Mod.yaml │ ├── BigGAN-ADA.yaml │ ├── BigGAN-APA.yaml │ ├── BigGAN-CR.yaml │ ├── BigGAN-Deep-StudioGAN.yaml │ ├── BigGAN-Deep.yaml │ ├── BigGAN-DiffAug-LeCam.yaml │ ├── BigGAN-DiffAug.yaml │ ├── BigGAN-ICR.yaml │ ├── BigGAN-Info-Uncond.yaml │ ├── BigGAN-Info.yaml │ ├── BigGAN-LeCam.yaml │ ├── BigGAN-Uncond.yaml │ ├── BigGAN.yaml │ ├── ContraGAN-ADC.yaml │ ├── ContraGAN-CR.yaml │ ├── ContraGAN-DiffAug.yaml │ ├── ContraGAN-ICR.yaml │ ├── ContraGAN-TAC.yaml │ ├── ContraGAN.yaml │ ├── DCGAN-Info.yaml │ ├── DCGAN.yaml │ ├── GGAN.yaml │ ├── LGAN.yaml │ ├── LOGAN.yaml │ ├── LSGAN.yaml │ ├── MDGAN.yaml │ ├── MHGAN.yaml │ ├── ProjGAN.yaml │ ├── ReACGAN-ADA.yaml │ ├── ReACGAN-ADC-DiffAug.yaml │ ├── ReACGAN-ADC.yaml │ ├── ReACGAN-CR.yaml │ ├── ReACGAN-Deep.yaml │ ├── ReACGAN-DiffAug.yaml │ ├── ReACGAN-Info.yaml │ ├── ReACGAN-LeCam.yaml │ ├── ReACGAN-TAC.yaml │ ├── ReACGAN.yaml │ ├── SAGAN.yaml │ ├── SNGAN-ADA.yaml │ ├── SNGAN-APA.yaml │ ├── SNGAN-DiffAug-LeCam.yaml │ ├── SNGAN-DiffAug.yaml │ ├── SNGAN-Info.yaml │ ├── SNGAN-LeCam.yaml │ ├── SNGAN.yaml │ ├── StyleGAN2-ADA-APA.yaml │ ├── StyleGAN2-ADA.yaml │ ├── StyleGAN2-APA.yaml │ ├── StyleGAN2-D2DCE-ADA.yaml │ ├── StyleGAN2-D2DCE-DiffAug-Rev.yaml │ ├── StyleGAN2-D2DCE-DiffAug.yaml │ ├── StyleGAN2-D2DCE.yaml │ ├── StyleGAN2-DiffAug-LeCam.yaml │ ├── StyleGAN2-DiffAug-Rev.yaml │ ├── StyleGAN2-DiffAug.yaml │ ├── StyleGAN2-Info-Uncond.yaml │ ├── StyleGAN2-Info.yaml │ ├── StyleGAN2-LeCam.yaml │ ├── StyleGAN2-Uncond.yaml │ ├── StyleGAN2.yaml │ ├── StyleGAN3-r-ADA.yaml │ ├── StyleGAN3-t-ADA.yaml │ ├── WGAN-DRA.yaml │ ├── WGAN-GP.yaml │ └── WGAN-WC.yaml ├── CIFAR100 │ ├── ACGAN-Mod-ADC.yaml │ ├── ACGAN-Mod-Big-ADC.yaml │ ├── ACGAN-Mod-Big-TAC.yaml │ ├── ACGAN-Mod-Big.yaml │ ├── ACGAN-Mod-TAC.yaml │ ├── ACGAN-Mod.yaml │ ├── BigGAN-ADA.yaml │ ├── BigGAN-CR.yaml │ ├── BigGAN-Deep.yaml │ ├── BigGAN-DiffAug.yaml │ ├── BigGAN-ICR.yaml │ ├── BigGAN.yaml │ ├── ContraGAN-ADC.yaml │ ├── ContraGAN-CR.yaml │ ├── ContraGAN-DiffAug.yaml │ ├── ContraGAN-ICR.yaml │ ├── ContraGAN-TAC.yaml │ ├── ContraGAN.yaml │ ├── DCGAN.yaml │ ├── GGAN.yaml │ ├── LGAN.yaml │ ├── LOGAN.yaml │ ├── LSGAN.yaml │ ├── MDGAN.yaml │ ├── MHGAN.yaml │ ├── ProjGAN.yaml │ ├── ReACGAN-ADA.yaml │ ├── ReACGAN-ADC-DiffAug.yaml │ ├── ReACGAN-ADC.yaml │ ├── ReACGAN-CR.yaml │ ├── ReACGAN-Deep.yaml │ ├── ReACGAN-DiffAug.yaml │ ├── ReACGAN-TAC.yaml │ ├── ReACGAN.yaml │ ├── SAGAN.yaml │ ├── SNGAN.yaml │ ├── StyleGAN2-ADA.yaml │ ├── StyleGAN2-D2DCE-ADA.yaml │ ├── StyleGAN2-D2DCE-DiffAug-Rev.yaml │ ├── StyleGAN2-D2DCE-DiffAug.yaml │ ├── StyleGAN2-D2DCE.yaml │ ├── StyleGAN2-DiffAug-Rev.yaml │ ├── StyleGAN2-DiffAug.yaml │ ├── StyleGAN2.yaml │ ├── WGAN-DRA.yaml │ ├── WGAN-GP.yaml │ └── WGAN-WC.yaml ├── CUB200 │ ├── ACGAN-Mod-Big-ADC.yaml │ ├── ACGAN-Mod-Big-TAC.yaml │ ├── ACGAN-Mod-Big.yaml │ ├── BigGAN.yaml │ ├── ContraGAN-ADC.yaml │ ├── ContraGAN-TAC.yaml │ ├── ContraGAN.yaml │ ├── MHGAN.yaml │ ├── ProjGAN.yaml │ ├── ReACGAN-ADC.yaml │ ├── ReACGAN-TAC.yaml │ ├── ReACGAN.yaml │ ├── SAGAN.yaml │ ├── SNGAN.yaml │ ├── StyleGAN2-D2DCE-ADA.yaml │ ├── StyleGAN2-D2DCE.yaml │ ├── StyleGAN2-SPD-ADA.yaml │ └── StyleGAN2-SPD.yaml ├── FFHQ │ ├── StyleGAN2-ADA.yaml │ └── StyleGAN2.yaml ├── Grandpa_ImageNet │ ├── BigGAN.yaml │ ├── ContraGAN.yaml │ ├── ReACGAN.yaml │ ├── SAGAN.yaml │ ├── SNGAN.yaml │ ├── StyleGAN2-SPD.yaml │ └── StyleGAN3-t-SPD.yaml ├── ImageNet │ ├── ACGAN-Big-Mod-256.yaml │ ├── BigGAN-2048.yaml │ ├── BigGAN-256-TTUR.yaml │ ├── BigGAN-256.yaml │ ├── BigGAN-Deep-2048.yaml │ ├── BigGAN-Deep-256.yaml │ ├── ContraGAN-256-TTUR.yaml │ ├── ContraGAN-256.yaml │ ├── MHGAN-256.yaml │ ├── ReACGAN-2048.yaml │ ├── ReACGAN-256.yaml │ ├── ReACGAN-Deep-2048.yaml │ ├── ReACGAN-Deep-256.yaml │ ├── ReACGAN-Deep-DiffAug-2048.yaml │ ├── SAGAN-256.yaml │ ├── SNGAN-256.yaml │ ├── StyleGAN2-D2DCE.yaml │ ├── StyleGAN2-SPD.yaml │ └── StyleGAN3-t-SPD.yaml ├── Papa_ImageNet │ ├── BigGAN.yaml │ ├── ContraGAN.yaml │ ├── ReACGAN.yaml │ ├── SAGAN.yaml │ ├── SNGAN.yaml │ ├── StyleGAN2-SPD.yaml │ └── StyleGAN3-t-SPD.yaml └── StyleGAN_ADA_GuideLine.md ├── data_util.py ├── evaluate.py ├── loader.py ├── main.py ├── metrics ├── features.py ├── fid.py ├── inception_net.py ├── ins.py ├── ins_tf13.py ├── prdc.py ├── preparation.py ├── resnet.py ├── swin_transformer.py └── vit.py ├── models ├── big_resnet.py ├── big_resnet_deep_legacy.py ├── big_resnet_deep_studiogan.py ├── deep_conv.py ├── model.py ├── resnet.py ├── stylegan2.py └── stylegan3.py ├── sync_batchnorm ├── LICENSE ├── batchnorm.py ├── batchnorm_reimpl.py ├── comm.py ├── replicate.py └── unittest.py ├── utils ├── ada_aug.py ├── apa_aug.py ├── ckpt.py ├── cr.py ├── custom_ops.py ├── diffaug.py ├── ema.py ├── hdf5.py ├── log.py ├── losses.py ├── misc.py ├── ops.py ├── pytorch_imagenet_folder_label_pairs.json ├── resize.py ├── sample.py ├── sefa.py ├── simclr_aug.py ├── style_misc.py ├── style_ops │ ├── __init__.py │ ├── bias_act.cpp │ ├── bias_act.cu │ ├── bias_act.h │ ├── bias_act.py │ ├── conv2d_gradfix.py │ ├── conv2d_resample.py │ ├── dnnlib │ │ ├── __init__.py │ │ └── util.py │ ├── filtered_lrelu.cpp │ ├── filtered_lrelu.cu │ ├── filtered_lrelu.h │ ├── filtered_lrelu.py │ ├── filtered_lrelu_ns.cu │ ├── filtered_lrelu_rd.cu │ ├── filtered_lrelu_wr.cu │ ├── fma.py │ ├── grid_sample_gradfix.py │ ├── upfirdn2d.cpp │ ├── upfirdn2d.cu │ ├── upfirdn2d.h │ └── upfirdn2d.py └── tf_imagenet_folder_label_pairs.txt └── worker.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE-NVIDIA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/LICENSE-NVIDIA -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/README.md -------------------------------------------------------------------------------- /docs/figures/AFHQ_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/AFHQ_.png -------------------------------------------------------------------------------- /docs/figures/Anime_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/Anime_.png -------------------------------------------------------------------------------- /docs/figures/Other_Benchmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/Other_Benchmark.png -------------------------------------------------------------------------------- /docs/figures/Reproducibility_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/Reproducibility_.png -------------------------------------------------------------------------------- /docs/figures/StudioGAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/StudioGAN.png -------------------------------------------------------------------------------- /docs/figures/StudioGAN_Benchmark_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/StudioGAN_Benchmark_.png -------------------------------------------------------------------------------- /docs/figures/StudioGAN_generated_images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/StudioGAN_generated_images.png -------------------------------------------------------------------------------- /docs/figures/TSNE_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/TSNE_results.png -------------------------------------------------------------------------------- /docs/figures/Table1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/Table1.png -------------------------------------------------------------------------------- /docs/figures/Table2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/Table2.png -------------------------------------------------------------------------------- /docs/figures/Table3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/Table3.png -------------------------------------------------------------------------------- /docs/figures/Taxonomy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/Taxonomy.png -------------------------------------------------------------------------------- /docs/figures/boat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/boat.png -------------------------------------------------------------------------------- /docs/figures/conditional GAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/conditional GAN.png -------------------------------------------------------------------------------- /docs/figures/diff_spectrum1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/diff_spectrum1.png -------------------------------------------------------------------------------- /docs/figures/fox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/fox.png -------------------------------------------------------------------------------- /docs/figures/generated images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/generated images.png -------------------------------------------------------------------------------- /docs/figures/generated_images1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/generated_images1.png -------------------------------------------------------------------------------- /docs/figures/interpolated_images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/interpolated_images.png -------------------------------------------------------------------------------- /docs/figures/knn_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/knn_1.png -------------------------------------------------------------------------------- /docs/figures/metric learning loss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/metric learning loss.png -------------------------------------------------------------------------------- /docs/figures/studiogan_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/studiogan_logo.jpg -------------------------------------------------------------------------------- /docs/figures/tensorboard_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/tensorboard_1.png -------------------------------------------------------------------------------- /docs/figures/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/docs/figures/thumbnail.png -------------------------------------------------------------------------------- /logs/AFHQ/StyleGAN2-D2DCE-ADA-train-2021_10_24_03_59_32.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/AFHQ/StyleGAN2-D2DCE-ADA-train-2021_10_24_03_59_32.log -------------------------------------------------------------------------------- /logs/AFHQ/StyleGAN2-SPD-ADA-train-2021_10_18_16_01_19.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/AFHQ/StyleGAN2-SPD-ADA-train-2021_10_18_16_01_19.log -------------------------------------------------------------------------------- /logs/CIFAR10/ACGAN-train-2020_09_17_20_04_13.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/ACGAN-train-2020_09_17_20_04_13.log -------------------------------------------------------------------------------- /logs/CIFAR10/ADAGAN(C)-train-2021_01_31_12_59_47.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/ADAGAN(C)-train-2021_01_31_12_59_47.log -------------------------------------------------------------------------------- /logs/CIFAR10/ADAGAN(P)-train-2021_01_31_12_59_51.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/ADAGAN(P)-train-2021_01_31_12_59_51.log -------------------------------------------------------------------------------- /logs/CIFAR10/BigGAN-Deep-train-2020_09_17_13_44_46.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/BigGAN-Deep-train-2020_09_17_13_44_46.log -------------------------------------------------------------------------------- /logs/CIFAR10/BigGAN-train-2021_01_15_14_48_48.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/BigGAN-train-2021_01_15_14_48_48.log -------------------------------------------------------------------------------- /logs/CIFAR10/CCMGAN-train-2021_04_28_12_09_23.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/CCMGAN-train-2021_04_28_12_09_23.log -------------------------------------------------------------------------------- /logs/CIFAR10/CCMGAN-train-2021_05_03_12_19_16.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/CCMGAN-train-2021_05_03_12_19_16.log -------------------------------------------------------------------------------- /logs/CIFAR10/CCMGAN-train-2021_05_03_12_20_37.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/CCMGAN-train-2021_05_03_12_20_37.log -------------------------------------------------------------------------------- /logs/CIFAR10/CIFAR10-StyleGAN2-D2DCE-DiffAug-Rev-train-2022_02_04_16_46_16.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/CIFAR10-StyleGAN2-D2DCE-DiffAug-Rev-train-2022_02_04_16_46_16.log -------------------------------------------------------------------------------- /logs/CIFAR10/CRGAN(C)-train-2020_12_04_13_51_40.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/CRGAN(C)-train-2020_12_04_13_51_40.log -------------------------------------------------------------------------------- /logs/CIFAR10/CRGAN(P)-train-2020_09_17_13_45_19.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/CRGAN(P)-train-2020_09_17_13_45_19.log -------------------------------------------------------------------------------- /logs/CIFAR10/ContraGAN-train-2020_10_04_21_50_14.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/ContraGAN-train-2020_10_04_21_50_14.log -------------------------------------------------------------------------------- /logs/CIFAR10/DCGAN-train-2020_09_15_13_23_51.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/DCGAN-train-2020_09_15_13_23_51.log -------------------------------------------------------------------------------- /logs/CIFAR10/DiffAugGAN(C)-train-2020_11_14_16_20_04.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/DiffAugGAN(C)-train-2020_11_14_16_20_04.log -------------------------------------------------------------------------------- /logs/CIFAR10/DiffAugGAN(P)-train-2020_09_18_14_33_57.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/DiffAugGAN(P)-train-2020_09_18_14_33_57.log -------------------------------------------------------------------------------- /logs/CIFAR10/GGAN-train-2020_09_15_23_11_09.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/GGAN-train-2020_09_15_23_11_09.log -------------------------------------------------------------------------------- /logs/CIFAR10/ICRGAN(C)-train-2020_12_04_13_53_13.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/ICRGAN(C)-train-2020_12_04_13_53_13.log -------------------------------------------------------------------------------- /logs/CIFAR10/ICRGAN(P)-train-2020_09_17_13_46_09.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/ICRGAN(P)-train-2020_09_17_13_46_09.log -------------------------------------------------------------------------------- /logs/CIFAR10/LOGAN-train-2020_09_17_13_46_47.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/LOGAN-train-2020_09_17_13_46_47.log -------------------------------------------------------------------------------- /logs/CIFAR10/LSGAN-train-2020_09_15_23_40_37.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/LSGAN-train-2020_09_15_23_40_37.log -------------------------------------------------------------------------------- /logs/CIFAR10/ProjGAN-train-2020_09_17_20_05_34.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/ProjGAN-train-2020_09_17_20_05_34.log -------------------------------------------------------------------------------- /logs/CIFAR10/SAGAN-train-2020_09_18_23_34_49.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/SAGAN-train-2020_09_18_23_34_49.log -------------------------------------------------------------------------------- /logs/CIFAR10/SNGAN-train-2020_09_18_14_37_00.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/SNGAN-train-2020_09_18_14_37_00.log -------------------------------------------------------------------------------- /logs/CIFAR10/StyleGAN2-ADA-train-2021_10_16_13_21_43.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/StyleGAN2-ADA-train-2021_10_16_13_21_43.log -------------------------------------------------------------------------------- /logs/CIFAR10/StyleGAN2-D2DCE-ADA-08-train-2021_10_18_14_12_03.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/StyleGAN2-D2DCE-ADA-08-train-2021_10_18_14_12_03.log -------------------------------------------------------------------------------- /logs/CIFAR10/StyleGAN2-D2DCE-train-2021_10_16_13_21_26.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/StyleGAN2-D2DCE-train-2021_10_16_13_21_26.log -------------------------------------------------------------------------------- /logs/CIFAR10/StyleGAN2-train-2021_10_18_00_40_38.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/StyleGAN2-train-2021_10_18_00_40_38.log -------------------------------------------------------------------------------- /logs/CIFAR10/WGAN-DRA-train-2020_09_16_05_18_22.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/WGAN-DRA-train-2020_09_16_05_18_22.log -------------------------------------------------------------------------------- /logs/CIFAR10/WGAN-GP-train-2020_09_16_14_17_00.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/WGAN-GP-train-2020_09_16_14_17_00.log -------------------------------------------------------------------------------- /logs/CIFAR10/WGAN-WC-train-2020_09_17_11_03_23.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/CIFAR10/WGAN-WC-train-2020_09_17_11_03_23.log -------------------------------------------------------------------------------- /logs/IMAGENET/BigGAN2048-train-2020_11_17_15_17_48.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/IMAGENET/BigGAN2048-train-2020_11_17_15_17_48.log -------------------------------------------------------------------------------- /logs/IMAGENET/BigGAN256-train-2021_01_24_03_52_15.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/IMAGENET/BigGAN256-train-2021_01_24_03_52_15.log -------------------------------------------------------------------------------- /logs/IMAGENET/CCMGAN2048-train-2021_06_22_06_11_37.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/IMAGENET/CCMGAN2048-train-2021_06_22_06_11_37.log -------------------------------------------------------------------------------- /logs/IMAGENET/CCMGAN256-train-2021_04_30_19_04_27.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/IMAGENET/CCMGAN256-train-2021_04_30_19_04_27.log -------------------------------------------------------------------------------- /logs/IMAGENET/ContraGAN256-train-2021_01_25_13_55_18.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/IMAGENET/ContraGAN256-train-2021_01_25_13_55_18.log -------------------------------------------------------------------------------- /logs/IMAGENET/ContraGAN256-train-2021_02_01_13_59_48.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/IMAGENET/ContraGAN256-train-2021_02_01_13_59_48.log -------------------------------------------------------------------------------- /logs/IMAGENET/SAGAN-train-2021_02_11_16_18_59.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/IMAGENET/SAGAN-train-2021_02_11_16_18_59.log -------------------------------------------------------------------------------- /logs/IMAGENET/SNGAN-train-2021_02_05_01_08_08.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/IMAGENET/SNGAN-train-2021_02_05_01_08_08.log -------------------------------------------------------------------------------- /logs/IMAGENET/contra_biggan_imagenet128_hinge_no-train-2020_08_08_18_45_52.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/IMAGENET/contra_biggan_imagenet128_hinge_no-train-2020_08_08_18_45_52.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/ACGAN-train-2021_01_15_11_59_50.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/ACGAN-train-2021_01_15_11_59_50.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/ADAGAN(C)-train-2021_02_16_15_41_20.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/ADAGAN(C)-train-2021_02_16_15_41_20.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/ADAGAN(P)-train-2021_02_16_15_41_34.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/ADAGAN(P)-train-2021_02_16_15_41_34.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/BigGAN-train-2021_01_18_11_42_25.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/BigGAN-train-2021_01_18_11_42_25.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/CCMGAN-train-2021_04_26_11_14_49.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/CCMGAN-train-2021_04_26_11_14_49.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/CCMGAN-train-2021_05_03_15_36_29.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/CCMGAN-train-2021_05_03_15_36_29.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/CCMGAN-train-2021_05_03_19_37_26.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/CCMGAN-train-2021_05_03_19_37_26.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/CRGAN(C)-train-2021_01_01_08_56_13.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/CRGAN(C)-train-2021_01_01_08_56_13.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/CRGAN(P)-train-2021_01_01_08_55_18.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/CRGAN(P)-train-2021_01_01_08_55_18.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/ContraGAN-train-2021_01_01_09_35_08.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/ContraGAN-train-2021_01_01_09_35_08.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/DCGAN-train-2021_01_01_08_11_26.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/DCGAN-train-2021_01_01_08_11_26.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/DiffAugGAN(C)-train-2021_01_17_04_59_40.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/DiffAugGAN(C)-train-2021_01_17_04_59_40.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/DiffAugGAN(P)-train-2021_01_17_04_59_53.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/DiffAugGAN(P)-train-2021_01_17_04_59_53.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/GGAN-train-2021_01_01_08_13_58.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/GGAN-train-2021_01_01_08_13_58.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/ICRGAN(C)-train-2021_01_03_12_11_56.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/ICRGAN(C)-train-2021_01_03_12_11_56.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/ICRGAN(P)-train-2021_01_04_11_19_15.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/ICRGAN(P)-train-2021_01_04_11_19_15.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/LOGAN-train-2021_01_17_05_06_23.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/LOGAN-train-2021_01_17_05_06_23.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/LSGAN-train-2021_01_01_08_13_17.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/LSGAN-train-2021_01_01_08_13_17.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/ProjGAN-train-2021_01_15_11_59_49.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/ProjGAN-train-2021_01_15_11_59_49.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/SAGAN-train-2021_01_15_12_16_42.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/SAGAN-train-2021_01_15_12_16_42.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/SNGAN-train-2021_01_15_11_59_43.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/SNGAN-train-2021_01_15_11_59_43.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/WGAN-DRA-train-2021_01_15_11_59_46.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/WGAN-DRA-train-2021_01_15_11_59_46.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/WGAN-GP-train-2021_01_15_11_59_40.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/WGAN-GP-train-2021_01_15_11_59_40.log -------------------------------------------------------------------------------- /logs/TINY_IMAGENET/WGAN-WC-train-2021_01_15_11_59_38.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/logs/TINY_IMAGENET/WGAN-WC-train-2021_01_15_11_59_38.log -------------------------------------------------------------------------------- /src/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/config.py -------------------------------------------------------------------------------- /src/configs/AFHQ/StyleGAN2-D2DCE-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/AFHQ/StyleGAN2-D2DCE-ADA.yaml -------------------------------------------------------------------------------- /src/configs/AFHQ/StyleGAN2-SPD-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/AFHQ/StyleGAN2-SPD-ADA.yaml -------------------------------------------------------------------------------- /src/configs/AFHQv2/BigGAN-256Res-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/AFHQv2/BigGAN-256Res-ADA.yaml -------------------------------------------------------------------------------- /src/configs/AFHQv2/BigGAN-256Res-APA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/AFHQv2/BigGAN-256Res-APA.yaml -------------------------------------------------------------------------------- /src/configs/AFHQv2/BigGAN-256Res-DiffAug-LeCam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/AFHQv2/BigGAN-256Res-DiffAug-LeCam.yaml -------------------------------------------------------------------------------- /src/configs/AFHQv2/BigGAN-256Res-DiffAug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/AFHQv2/BigGAN-256Res-DiffAug.yaml -------------------------------------------------------------------------------- /src/configs/AFHQv2/BigGAN-256Res-LeCam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/AFHQv2/BigGAN-256Res-LeCam.yaml -------------------------------------------------------------------------------- /src/configs/AFHQv2/BigGAN-256Res.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/AFHQv2/BigGAN-256Res.yaml -------------------------------------------------------------------------------- /src/configs/AFHQv2/StyleGAN2-256Res-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/AFHQv2/StyleGAN2-256Res-ADA.yaml -------------------------------------------------------------------------------- /src/configs/AFHQv2/StyleGAN2-256Res-APA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/AFHQv2/StyleGAN2-256Res-APA.yaml -------------------------------------------------------------------------------- /src/configs/AFHQv2/StyleGAN2-256Res-DiffAug-LeCam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/AFHQv2/StyleGAN2-256Res-DiffAug-LeCam.yaml -------------------------------------------------------------------------------- /src/configs/AFHQv2/StyleGAN2-256Res-DiffAug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/AFHQv2/StyleGAN2-256Res-DiffAug.yaml -------------------------------------------------------------------------------- /src/configs/AFHQv2/StyleGAN2-256Res-LeCam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/AFHQv2/StyleGAN2-256Res-LeCam.yaml -------------------------------------------------------------------------------- /src/configs/AFHQv2/StyleGAN2-256Res.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/AFHQv2/StyleGAN2-256Res.yaml -------------------------------------------------------------------------------- /src/configs/AFHQv2/StyleGAN2-paper.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/AFHQv2/StyleGAN2-paper.yaml -------------------------------------------------------------------------------- /src/configs/AFHQv2/StyleGAN3-r-paper.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/AFHQv2/StyleGAN3-r-paper.yaml -------------------------------------------------------------------------------- /src/configs/AFHQv2/StyleGAN3-t-paper.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/AFHQv2/StyleGAN3-t-paper.yaml -------------------------------------------------------------------------------- /src/configs/Baby_ImageNet/BigGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Baby_ImageNet/BigGAN.yaml -------------------------------------------------------------------------------- /src/configs/Baby_ImageNet/ContraGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Baby_ImageNet/ContraGAN.yaml -------------------------------------------------------------------------------- /src/configs/Baby_ImageNet/ReACGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Baby_ImageNet/ReACGAN.yaml -------------------------------------------------------------------------------- /src/configs/Baby_ImageNet/SAGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Baby_ImageNet/SAGAN.yaml -------------------------------------------------------------------------------- /src/configs/Baby_ImageNet/SNGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Baby_ImageNet/SNGAN.yaml -------------------------------------------------------------------------------- /src/configs/Baby_ImageNet/StyleGAN2-SPD.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Baby_ImageNet/StyleGAN2-SPD.yaml -------------------------------------------------------------------------------- /src/configs/Baby_ImageNet/StyleGAN3-t-SPD.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Baby_ImageNet/StyleGAN3-t-SPD.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ACGAN-Mod-ADC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ACGAN-Mod-ADC.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ACGAN-Mod-Big-ADC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ACGAN-Mod-Big-ADC.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ACGAN-Mod-Big-TAC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ACGAN-Mod-Big-TAC.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ACGAN-Mod-Big.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ACGAN-Mod-Big.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ACGAN-Mod-TAC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ACGAN-Mod-TAC.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ACGAN-Mod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ACGAN-Mod.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/BigGAN-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/BigGAN-ADA.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/BigGAN-APA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/BigGAN-APA.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/BigGAN-CR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/BigGAN-CR.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/BigGAN-Deep-StudioGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/BigGAN-Deep-StudioGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/BigGAN-Deep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/BigGAN-Deep.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/BigGAN-DiffAug-LeCam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/BigGAN-DiffAug-LeCam.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/BigGAN-DiffAug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/BigGAN-DiffAug.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/BigGAN-ICR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/BigGAN-ICR.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/BigGAN-Info-Uncond.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/BigGAN-Info-Uncond.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/BigGAN-Info.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/BigGAN-Info.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/BigGAN-LeCam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/BigGAN-LeCam.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/BigGAN-Uncond.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/BigGAN-Uncond.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/BigGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/BigGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ContraGAN-ADC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ContraGAN-ADC.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ContraGAN-CR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ContraGAN-CR.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ContraGAN-DiffAug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ContraGAN-DiffAug.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ContraGAN-ICR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ContraGAN-ICR.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ContraGAN-TAC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ContraGAN-TAC.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ContraGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ContraGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/DCGAN-Info.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/DCGAN-Info.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/DCGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/DCGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/GGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/GGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/LGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/LGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/LOGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/LOGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/LSGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/LSGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/MDGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/MDGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/MHGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/MHGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ProjGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ProjGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ReACGAN-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ReACGAN-ADA.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ReACGAN-ADC-DiffAug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ReACGAN-ADC-DiffAug.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ReACGAN-ADC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ReACGAN-ADC.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ReACGAN-CR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ReACGAN-CR.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ReACGAN-Deep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ReACGAN-Deep.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ReACGAN-DiffAug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ReACGAN-DiffAug.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ReACGAN-Info.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ReACGAN-Info.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ReACGAN-LeCam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ReACGAN-LeCam.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ReACGAN-TAC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ReACGAN-TAC.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/ReACGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/ReACGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/SAGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/SAGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/SNGAN-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/SNGAN-ADA.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/SNGAN-APA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/SNGAN-APA.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/SNGAN-DiffAug-LeCam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/SNGAN-DiffAug-LeCam.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/SNGAN-DiffAug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/SNGAN-DiffAug.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/SNGAN-Info.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/SNGAN-Info.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/SNGAN-LeCam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/SNGAN-LeCam.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/SNGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/SNGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/StyleGAN2-ADA-APA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/StyleGAN2-ADA-APA.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/StyleGAN2-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/StyleGAN2-ADA.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/StyleGAN2-APA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/StyleGAN2-APA.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/StyleGAN2-D2DCE-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/StyleGAN2-D2DCE-ADA.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/StyleGAN2-D2DCE-DiffAug-Rev.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/StyleGAN2-D2DCE-DiffAug-Rev.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/StyleGAN2-D2DCE-DiffAug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/StyleGAN2-D2DCE-DiffAug.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/StyleGAN2-D2DCE.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/StyleGAN2-D2DCE.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/StyleGAN2-DiffAug-LeCam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/StyleGAN2-DiffAug-LeCam.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/StyleGAN2-DiffAug-Rev.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/StyleGAN2-DiffAug-Rev.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/StyleGAN2-DiffAug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/StyleGAN2-DiffAug.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/StyleGAN2-Info-Uncond.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/StyleGAN2-Info-Uncond.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/StyleGAN2-Info.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/StyleGAN2-Info.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/StyleGAN2-LeCam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/StyleGAN2-LeCam.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/StyleGAN2-Uncond.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/StyleGAN2-Uncond.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/StyleGAN2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/StyleGAN2.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/StyleGAN3-r-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/StyleGAN3-r-ADA.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/StyleGAN3-t-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/StyleGAN3-t-ADA.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/WGAN-DRA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/WGAN-DRA.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/WGAN-GP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/WGAN-GP.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR10/WGAN-WC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR10/WGAN-WC.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ACGAN-Mod-ADC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ACGAN-Mod-ADC.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ACGAN-Mod-Big-ADC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ACGAN-Mod-Big-ADC.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ACGAN-Mod-Big-TAC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ACGAN-Mod-Big-TAC.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ACGAN-Mod-Big.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ACGAN-Mod-Big.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ACGAN-Mod-TAC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ACGAN-Mod-TAC.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ACGAN-Mod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ACGAN-Mod.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/BigGAN-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/BigGAN-ADA.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/BigGAN-CR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/BigGAN-CR.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/BigGAN-Deep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/BigGAN-Deep.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/BigGAN-DiffAug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/BigGAN-DiffAug.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/BigGAN-ICR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/BigGAN-ICR.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/BigGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/BigGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ContraGAN-ADC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ContraGAN-ADC.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ContraGAN-CR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ContraGAN-CR.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ContraGAN-DiffAug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ContraGAN-DiffAug.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ContraGAN-ICR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ContraGAN-ICR.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ContraGAN-TAC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ContraGAN-TAC.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ContraGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ContraGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/DCGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/DCGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/GGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/GGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/LGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/LGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/LOGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/LOGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/LSGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/LSGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/MDGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/MDGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/MHGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/MHGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ProjGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ProjGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ReACGAN-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ReACGAN-ADA.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ReACGAN-ADC-DiffAug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ReACGAN-ADC-DiffAug.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ReACGAN-ADC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ReACGAN-ADC.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ReACGAN-CR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ReACGAN-CR.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ReACGAN-Deep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ReACGAN-Deep.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ReACGAN-DiffAug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ReACGAN-DiffAug.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ReACGAN-TAC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ReACGAN-TAC.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/ReACGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/ReACGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/SAGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/SAGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/SNGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/SNGAN.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/StyleGAN2-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/StyleGAN2-ADA.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/StyleGAN2-D2DCE-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/StyleGAN2-D2DCE-ADA.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/StyleGAN2-D2DCE-DiffAug-Rev.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/StyleGAN2-D2DCE-DiffAug-Rev.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/StyleGAN2-D2DCE-DiffAug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/StyleGAN2-D2DCE-DiffAug.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/StyleGAN2-D2DCE.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/StyleGAN2-D2DCE.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/StyleGAN2-DiffAug-Rev.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/StyleGAN2-DiffAug-Rev.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/StyleGAN2-DiffAug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/StyleGAN2-DiffAug.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/StyleGAN2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/StyleGAN2.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/WGAN-DRA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/WGAN-DRA.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/WGAN-GP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/WGAN-GP.yaml -------------------------------------------------------------------------------- /src/configs/CIFAR100/WGAN-WC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CIFAR100/WGAN-WC.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/ACGAN-Mod-Big-ADC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/ACGAN-Mod-Big-ADC.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/ACGAN-Mod-Big-TAC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/ACGAN-Mod-Big-TAC.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/ACGAN-Mod-Big.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/ACGAN-Mod-Big.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/BigGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/BigGAN.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/ContraGAN-ADC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/ContraGAN-ADC.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/ContraGAN-TAC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/ContraGAN-TAC.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/ContraGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/ContraGAN.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/MHGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/MHGAN.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/ProjGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/ProjGAN.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/ReACGAN-ADC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/ReACGAN-ADC.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/ReACGAN-TAC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/ReACGAN-TAC.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/ReACGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/ReACGAN.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/SAGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/SAGAN.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/SNGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/SNGAN.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/StyleGAN2-D2DCE-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/StyleGAN2-D2DCE-ADA.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/StyleGAN2-D2DCE.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/StyleGAN2-D2DCE.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/StyleGAN2-SPD-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/StyleGAN2-SPD-ADA.yaml -------------------------------------------------------------------------------- /src/configs/CUB200/StyleGAN2-SPD.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/CUB200/StyleGAN2-SPD.yaml -------------------------------------------------------------------------------- /src/configs/FFHQ/StyleGAN2-ADA.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/FFHQ/StyleGAN2-ADA.yaml -------------------------------------------------------------------------------- /src/configs/FFHQ/StyleGAN2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/FFHQ/StyleGAN2.yaml -------------------------------------------------------------------------------- /src/configs/Grandpa_ImageNet/BigGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Grandpa_ImageNet/BigGAN.yaml -------------------------------------------------------------------------------- /src/configs/Grandpa_ImageNet/ContraGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Grandpa_ImageNet/ContraGAN.yaml -------------------------------------------------------------------------------- /src/configs/Grandpa_ImageNet/ReACGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Grandpa_ImageNet/ReACGAN.yaml -------------------------------------------------------------------------------- /src/configs/Grandpa_ImageNet/SAGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Grandpa_ImageNet/SAGAN.yaml -------------------------------------------------------------------------------- /src/configs/Grandpa_ImageNet/SNGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Grandpa_ImageNet/SNGAN.yaml -------------------------------------------------------------------------------- /src/configs/Grandpa_ImageNet/StyleGAN2-SPD.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Grandpa_ImageNet/StyleGAN2-SPD.yaml -------------------------------------------------------------------------------- /src/configs/Grandpa_ImageNet/StyleGAN3-t-SPD.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Grandpa_ImageNet/StyleGAN3-t-SPD.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/ACGAN-Big-Mod-256.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/ACGAN-Big-Mod-256.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/BigGAN-2048.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/BigGAN-2048.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/BigGAN-256-TTUR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/BigGAN-256-TTUR.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/BigGAN-256.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/BigGAN-256.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/BigGAN-Deep-2048.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/BigGAN-Deep-2048.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/BigGAN-Deep-256.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/BigGAN-Deep-256.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/ContraGAN-256-TTUR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/ContraGAN-256-TTUR.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/ContraGAN-256.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/ContraGAN-256.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/MHGAN-256.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/MHGAN-256.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/ReACGAN-2048.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/ReACGAN-2048.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/ReACGAN-256.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/ReACGAN-256.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/ReACGAN-Deep-2048.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/ReACGAN-Deep-2048.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/ReACGAN-Deep-256.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/ReACGAN-Deep-256.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/ReACGAN-Deep-DiffAug-2048.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/ReACGAN-Deep-DiffAug-2048.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/SAGAN-256.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/SAGAN-256.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/SNGAN-256.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/SNGAN-256.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/StyleGAN2-D2DCE.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/StyleGAN2-D2DCE.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/StyleGAN2-SPD.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/StyleGAN2-SPD.yaml -------------------------------------------------------------------------------- /src/configs/ImageNet/StyleGAN3-t-SPD.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/ImageNet/StyleGAN3-t-SPD.yaml -------------------------------------------------------------------------------- /src/configs/Papa_ImageNet/BigGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Papa_ImageNet/BigGAN.yaml -------------------------------------------------------------------------------- /src/configs/Papa_ImageNet/ContraGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Papa_ImageNet/ContraGAN.yaml -------------------------------------------------------------------------------- /src/configs/Papa_ImageNet/ReACGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Papa_ImageNet/ReACGAN.yaml -------------------------------------------------------------------------------- /src/configs/Papa_ImageNet/SAGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Papa_ImageNet/SAGAN.yaml -------------------------------------------------------------------------------- /src/configs/Papa_ImageNet/SNGAN.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Papa_ImageNet/SNGAN.yaml -------------------------------------------------------------------------------- /src/configs/Papa_ImageNet/StyleGAN2-SPD.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Papa_ImageNet/StyleGAN2-SPD.yaml -------------------------------------------------------------------------------- /src/configs/Papa_ImageNet/StyleGAN3-t-SPD.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/Papa_ImageNet/StyleGAN3-t-SPD.yaml -------------------------------------------------------------------------------- /src/configs/StyleGAN_ADA_GuideLine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/configs/StyleGAN_ADA_GuideLine.md -------------------------------------------------------------------------------- /src/data_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/data_util.py -------------------------------------------------------------------------------- /src/evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/evaluate.py -------------------------------------------------------------------------------- /src/loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/loader.py -------------------------------------------------------------------------------- /src/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/main.py -------------------------------------------------------------------------------- /src/metrics/features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/metrics/features.py -------------------------------------------------------------------------------- /src/metrics/fid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/metrics/fid.py -------------------------------------------------------------------------------- /src/metrics/inception_net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/metrics/inception_net.py -------------------------------------------------------------------------------- /src/metrics/ins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/metrics/ins.py -------------------------------------------------------------------------------- /src/metrics/ins_tf13.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/metrics/ins_tf13.py -------------------------------------------------------------------------------- /src/metrics/prdc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/metrics/prdc.py -------------------------------------------------------------------------------- /src/metrics/preparation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/metrics/preparation.py -------------------------------------------------------------------------------- /src/metrics/resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/metrics/resnet.py -------------------------------------------------------------------------------- /src/metrics/swin_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/metrics/swin_transformer.py -------------------------------------------------------------------------------- /src/metrics/vit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/metrics/vit.py -------------------------------------------------------------------------------- /src/models/big_resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/models/big_resnet.py -------------------------------------------------------------------------------- /src/models/big_resnet_deep_legacy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/models/big_resnet_deep_legacy.py -------------------------------------------------------------------------------- /src/models/big_resnet_deep_studiogan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/models/big_resnet_deep_studiogan.py -------------------------------------------------------------------------------- /src/models/deep_conv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/models/deep_conv.py -------------------------------------------------------------------------------- /src/models/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/models/model.py -------------------------------------------------------------------------------- /src/models/resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/models/resnet.py -------------------------------------------------------------------------------- /src/models/stylegan2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/models/stylegan2.py -------------------------------------------------------------------------------- /src/models/stylegan3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/models/stylegan3.py -------------------------------------------------------------------------------- /src/sync_batchnorm/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/sync_batchnorm/LICENSE -------------------------------------------------------------------------------- /src/sync_batchnorm/batchnorm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/sync_batchnorm/batchnorm.py -------------------------------------------------------------------------------- /src/sync_batchnorm/batchnorm_reimpl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/sync_batchnorm/batchnorm_reimpl.py -------------------------------------------------------------------------------- /src/sync_batchnorm/comm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/sync_batchnorm/comm.py -------------------------------------------------------------------------------- /src/sync_batchnorm/replicate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/sync_batchnorm/replicate.py -------------------------------------------------------------------------------- /src/sync_batchnorm/unittest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/sync_batchnorm/unittest.py -------------------------------------------------------------------------------- /src/utils/ada_aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/ada_aug.py -------------------------------------------------------------------------------- /src/utils/apa_aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/apa_aug.py -------------------------------------------------------------------------------- /src/utils/ckpt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/ckpt.py -------------------------------------------------------------------------------- /src/utils/cr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/cr.py -------------------------------------------------------------------------------- /src/utils/custom_ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/custom_ops.py -------------------------------------------------------------------------------- /src/utils/diffaug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/diffaug.py -------------------------------------------------------------------------------- /src/utils/ema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/ema.py -------------------------------------------------------------------------------- /src/utils/hdf5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/hdf5.py -------------------------------------------------------------------------------- /src/utils/log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/log.py -------------------------------------------------------------------------------- /src/utils/losses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/losses.py -------------------------------------------------------------------------------- /src/utils/misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/misc.py -------------------------------------------------------------------------------- /src/utils/ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/ops.py -------------------------------------------------------------------------------- /src/utils/pytorch_imagenet_folder_label_pairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/pytorch_imagenet_folder_label_pairs.json -------------------------------------------------------------------------------- /src/utils/resize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/resize.py -------------------------------------------------------------------------------- /src/utils/sample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/sample.py -------------------------------------------------------------------------------- /src/utils/sefa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/sefa.py -------------------------------------------------------------------------------- /src/utils/simclr_aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/simclr_aug.py -------------------------------------------------------------------------------- /src/utils/style_misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_misc.py -------------------------------------------------------------------------------- /src/utils/style_ops/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/__init__.py -------------------------------------------------------------------------------- /src/utils/style_ops/bias_act.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/bias_act.cpp -------------------------------------------------------------------------------- /src/utils/style_ops/bias_act.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/bias_act.cu -------------------------------------------------------------------------------- /src/utils/style_ops/bias_act.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/bias_act.h -------------------------------------------------------------------------------- /src/utils/style_ops/bias_act.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/bias_act.py -------------------------------------------------------------------------------- /src/utils/style_ops/conv2d_gradfix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/conv2d_gradfix.py -------------------------------------------------------------------------------- /src/utils/style_ops/conv2d_resample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/conv2d_resample.py -------------------------------------------------------------------------------- /src/utils/style_ops/dnnlib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/dnnlib/__init__.py -------------------------------------------------------------------------------- /src/utils/style_ops/dnnlib/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/dnnlib/util.py -------------------------------------------------------------------------------- /src/utils/style_ops/filtered_lrelu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/filtered_lrelu.cpp -------------------------------------------------------------------------------- /src/utils/style_ops/filtered_lrelu.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/filtered_lrelu.cu -------------------------------------------------------------------------------- /src/utils/style_ops/filtered_lrelu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/filtered_lrelu.h -------------------------------------------------------------------------------- /src/utils/style_ops/filtered_lrelu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/filtered_lrelu.py -------------------------------------------------------------------------------- /src/utils/style_ops/filtered_lrelu_ns.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/filtered_lrelu_ns.cu -------------------------------------------------------------------------------- /src/utils/style_ops/filtered_lrelu_rd.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/filtered_lrelu_rd.cu -------------------------------------------------------------------------------- /src/utils/style_ops/filtered_lrelu_wr.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/filtered_lrelu_wr.cu -------------------------------------------------------------------------------- /src/utils/style_ops/fma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/fma.py -------------------------------------------------------------------------------- /src/utils/style_ops/grid_sample_gradfix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/grid_sample_gradfix.py -------------------------------------------------------------------------------- /src/utils/style_ops/upfirdn2d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/upfirdn2d.cpp -------------------------------------------------------------------------------- /src/utils/style_ops/upfirdn2d.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/upfirdn2d.cu -------------------------------------------------------------------------------- /src/utils/style_ops/upfirdn2d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/upfirdn2d.h -------------------------------------------------------------------------------- /src/utils/style_ops/upfirdn2d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/style_ops/upfirdn2d.py -------------------------------------------------------------------------------- /src/utils/tf_imagenet_folder_label_pairs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/utils/tf_imagenet_folder_label_pairs.txt -------------------------------------------------------------------------------- /src/worker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/HEAD/src/worker.py --------------------------------------------------------------------------------