DATA:
name: "CUB200"
img_size: 128
num_classes: 200
MODEL:
backbone: "big_resnet"
g_cond_mtd: "cBN"
d_cond_mtd: "AC"
aux_cls_type: "ADC"
apply_g_sn: True
apply_d_sn: True
apply_attn: True
attn_g_loc: [4]
attn_d_loc: [1]
z_dim: 120
g_shared_dim: 128
g_conv_dim: 80
d_conv_dim: 80
apply_g_ema: True
g_ema_decay: 0.9999
g_ema_start: 4000
LOSS:
adv_loss: "hinge"
cond_lambda: 1.0
OPTIMIZATION:
batch_size: 256
g_lr: 0.00005
d_lr: 0.0002
beta1: 0.0
beta2: 0.999
d_updates_per_step: 2
total_steps: 40000