forked from akanazawa/vgan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcelebA_vgan.2-gp.yaml
65 lines (65 loc) · 1.27 KB
/
celebA_vgan.2-gp.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
data:
type: image
train_dir: data/celeba/train
test_dir: data/celeba/train
lsun_categories_train: [bedroom_train]
lsun_categories_test: [bedroom_test]
img_size: 128
nlabels: 1
generator:
name: resnet
kwargs:
nfilter: 64
nfilter_max: 1024
embed_size: 1
discriminator:
name: resnet
kwargs:
nfilter: 64
nfilter_max: 1024
embed_size: 1
vgan_latent_dim: 1024
z_dist:
type: gauss
dim: 256
training:
out_dir: output/celebA_vgan_tg.2_gradpenal
gan_type: standard
reg_type: vgan_real
reg_param: 0.1
batch_size: 32
nworkers: 0 # any n > 0 causes EOF errors
take_model_average: true
model_average_beta: 0.999
model_average_reinit: false
monitoring: tensorboard
sample_every: 1000
sample_nlabels: 20
inception_every: 2000
compute_fid: true
fid_sample_size: 10000
save_every: 18000
backup_every: 100000
stop_epoch: 100000
restart_every: -1
optimizer: rmsprop
lr_g: 0.0001
lr_d: 0.0001
lr_anneal: 1.
lr_anneal_every: 150000
d_steps: 1
equalize_lr: false
adaptive_beta: true
kwargs:
beta_step: 0.00001
target_kl: .2
test:
batch_size: 8
sample_size: 8
sample_nrow: 4
use_model_average: true
compute_inception: false
conditional_samples: true
interpolations:
nzs: 10
nsubsteps: 75