File size: 343 Bytes
3ce19a2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | DATA:
name: "Baby_ImageNet"
img_size: 64
num_classes: 100
MODEL:
g_cond_mtd: "cBN"
d_cond_mtd: "PD"
apply_g_sn: True
apply_d_sn: True
apply_attn: True
attn_g_loc: [3]
attn_d_loc: [1]
LOSS:
adv_loss: "hinge"
OPTIMIZATION:
batch_size: 256
g_lr: 0.0001
d_lr: 0.0004
beta1: 0.0
beta2: 0.999
d_updates_per_step: 1
|