add more models
Browse files- PixelCNN/cplx_large/{pixelcnn_80.data-00000-of-00001 β pixelcnn.data-00000-of-00001} +0 -0
- PixelCNN/cplx_large/{pixelcnn_80.index β pixelcnn.index} +0 -0
- PixelCNN/cplx_large/{pixelcnn_80.meta β pixelcnn.meta} +0 -0
- PixelCNN/cplx_small/{pixelcnn_500.data-00000-of-00001 β pixelcnn.data-00000-of-00001} +0 -0
- PixelCNN/cplx_small/{pixelcnn_500.index β pixelcnn.index} +0 -0
- PixelCNN/cplx_small/{pixelcnn_500.meta β pixelcnn.meta} +0 -0
- PixelCNN/mag_small/config.yaml +31 -0
- PixelCNN/mag_small/pixelcnn.data-00000-of-00001 +3 -0
- PixelCNN/mag_small/pixelcnn.index +0 -0
- PixelCNN/mag_small/pixelcnn.meta +3 -0
PixelCNN/cplx_large/{pixelcnn_80.data-00000-of-00001 β pixelcnn.data-00000-of-00001}
RENAMED
File without changes
|
PixelCNN/cplx_large/{pixelcnn_80.index β pixelcnn.index}
RENAMED
File without changes
|
PixelCNN/cplx_large/{pixelcnn_80.meta β pixelcnn.meta}
RENAMED
File without changes
|
PixelCNN/cplx_small/{pixelcnn_500.data-00000-of-00001 β pixelcnn.data-00000-of-00001}
RENAMED
File without changes
|
PixelCNN/cplx_small/{pixelcnn_500.index β pixelcnn.index}
RENAMED
File without changes
|
PixelCNN/cplx_small/{pixelcnn_500.meta β pixelcnn.meta}
RENAMED
File without changes
|
PixelCNN/mag_small/config.yaml
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model: PIXELCNN
|
2 |
+
batch_size: 3
|
3 |
+
input_shape:
|
4 |
+
- 256
|
5 |
+
- 256
|
6 |
+
- 1
|
7 |
+
nr_resnet: 3
|
8 |
+
nr_filters: 128
|
9 |
+
nr_logistic_mix: 10
|
10 |
+
data_chns: 1
|
11 |
+
dropout_rate: 0.5
|
12 |
+
itg_interval: 255.0
|
13 |
+
rlt: 1
|
14 |
+
layer_norm: false
|
15 |
+
conditional: false
|
16 |
+
lr_warm_up_steps: 1000
|
17 |
+
lr_start: 0.0001
|
18 |
+
lr_min: 0.0001
|
19 |
+
lr_max: 0.0001
|
20 |
+
lr_max_decay_steps: 2000
|
21 |
+
max_keep: 100
|
22 |
+
max_epochs: 500
|
23 |
+
save_interval: 50
|
24 |
+
saved_name: pixelcnn
|
25 |
+
log_folder: /home/gluo/workspace/nlinv_prior/logs
|
26 |
+
num_thread: 30
|
27 |
+
print_loss: true
|
28 |
+
train_list: /home/gluo/workspace/nlinv_prior/data/hku/hku_train
|
29 |
+
test_list: /home/gluo/workspace/nlinv_prior/data/hku/hku_test
|
30 |
+
nr_gpu: 4
|
31 |
+
gpu_id: 0,1,2,3
|
PixelCNN/mag_small/pixelcnn.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ba73619a690bbcd8a0822a49370022f6c2c405c1f793565521ef5e65d3d84d0
|
3 |
+
size 260887256
|
PixelCNN/mag_small/pixelcnn.index
ADDED
Binary file (37 kB). View file
|
|
PixelCNN/mag_small/pixelcnn.meta
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:058edbd8785a289b98a352718cb4f1739d2c832ff0e905a769ca8d985af55ec3
|
3 |
+
size 18615041
|