add cplx_large
Browse files
PixelCNN/cplx_large/config.yaml
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model: PIXELCNN
|
2 |
+
batch_size: 6
|
3 |
+
input_shape:
|
4 |
+
- 256
|
5 |
+
- 256
|
6 |
+
- 2
|
7 |
+
nr_resnet: 3
|
8 |
+
nr_filters: 128
|
9 |
+
nr_logistic_mix: 10
|
10 |
+
data_chns: 2
|
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: 100
|
23 |
+
save_interval: 10
|
24 |
+
saved_name: pixelcnn
|
25 |
+
log_folder: /home/gluo/workspace/nlinv/logs
|
26 |
+
num_prepare: 10
|
27 |
+
print_loss: true
|
28 |
+
train_list: /home/gluo/workspace/nlinv/scripts/data/abide/abide_train_p
|
29 |
+
test_list: /home/gluo/workspace/nlinv/scripts/data/abide/abide_test_p
|
30 |
+
nr_gpu: 3
|
31 |
+
gpu_id: 0,1,2
|
32 |
+
#20230109-181938
|
33 |
+
#The training is starting
|
34 |
+
#20230111-021334
|
35 |
+
#The training is ending
|
PixelCNN/cplx_large/pixelcnn_80.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0beae6c838648cb630f88827efc968ca977b159e8d97be629618827f9772041f
|
3 |
+
size 260950952
|
PixelCNN/cplx_large/pixelcnn_80.index
ADDED
Binary file (37 kB). View file
|
|
PixelCNN/cplx_large/pixelcnn_80.meta
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58ccf04dc2bdd63badcc3e88b2f7f313555c7b358d6c5bb4842e7272051a9595
|
3 |
+
size 14108418
|