Guanxiong's picture
add more models
4d4ee09
raw
history blame
601 Bytes
model: PIXELCNN
batch_size: 3
input_shape:
- 256
- 256
- 1
nr_resnet: 3
nr_filters: 128
nr_logistic_mix: 10
data_chns: 1
dropout_rate: 0.5
itg_interval: 255.0
rlt: 1
layer_norm: false
conditional: false
lr_warm_up_steps: 1000
lr_start: 0.0001
lr_min: 0.0001
lr_max: 0.0001
lr_max_decay_steps: 2000
max_keep: 100
max_epochs: 500
save_interval: 50
saved_name: pixelcnn
log_folder: /home/gluo/workspace/nlinv_prior/logs
num_thread: 30
print_loss: true
train_list: /home/gluo/workspace/nlinv_prior/data/hku/hku_train
test_list: /home/gluo/workspace/nlinv_prior/data/hku/hku_test
nr_gpu: 4
gpu_id: 0,1,2,3