Path: blob/master/src/configs/CIFAR100/StyleGAN2-ADA.yaml
809 views
DATA:1name: "CIFAR100"2img_size: 323num_classes: 1004MODEL:5backbone: "stylegan2"6g_cond_mtd: "cAdaIN"7d_cond_mtd: "SPD"8g_act_fn: "Auto"9d_act_fn: "Auto"10z_prior: "gaussian"11z_dim: 51212w_dim: 51213g_conv_dim: "N/A"14d_conv_dim: "N/A"15apply_g_ema: True16LOSS:17adv_loss: "logistic"18apply_r1_reg: True19r1_lambda: 0.0120r1_place: "outside_loop"21OPTIMIZATION:22# These values will be slightly changed if lazy regularization is applied.23g_lr: 0.002524d_lr: 0.002525beta1: 026beta2: 0.9927d_first: False28g_updates_per_step: 129d_updates_per_step: 130total_steps: 100000031AUG:32apply_ada: True33ada_aug_type: "bgc"34ada_initial_augment_p: 035ada_target: 0.636ada_kimg: 50037ada_interval: 438STYLEGAN:39g_reg_interval: 440d_reg_interval: 1641mapping_network: 242style_mixing_p: 043g_ema_kimg: 50044g_ema_rampup: 0.0545apply_pl_reg: False46pl_weight: 047d_architecture: "orig"48d_epilogue_mbstd_group_size: 32495051