Spaces:
Build error
Build error
File size: 1,162 Bytes
7a11626 |
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 66 67 68 69 70 |
training:
batch_size: 128
n_epochs: 500000
n_iters: 150001
snapshot_freq: 5000
snapshot_sampling: true
anneal_power: 2
log_all_sigmas: false
sampling:
batch_size: 36
data_init: false
step_lr: 0.0000018
n_steps_each: 3
ckpt_id: 150000
final_only: true
fid: false
denoise: true
num_samples4fid: 10000
inpainting: false
interpolation: false
n_interpolations: 10
fast_fid:
batch_size: 1000
num_samples: 1000
step_lr: 0.0000018
n_steps_each: 3
begin_ckpt: 100000
end_ckpt: 150000
verbose: false
ensemble: false
test:
begin_ckpt: 5000
end_ckpt: 150000
batch_size: 100
data:
dataset: "LSUN"
category: "bedroom"
image_size: 128
channels: 3
logit_transform: false
uniform_dequantization: false
gaussian_dequantization: false
random_flip: true
rescaled: false
num_workers: 32
model:
sigma_begin: 190
num_classes: 1086
ema: true
ema_rate: 0.999
spec_norm: false
sigma_dist: geometric
sigma_end: 0.01
normalization: InstanceNorm++
nonlinearity: elu
ngf: 128
optim:
weight_decay: 0.000
optimizer: "Adam"
lr: 0.0001
beta1: 0.9
amsgrad: false
eps: 0.00000001
|