add mag_large
Browse files
PixelCNN/mag_large/config.yaml
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model: PIXELCNN
|
2 |
+
batch_size: 6
|
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: 100
|
23 |
+
save_interval: 10
|
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/abide/abide_mag_train
|
29 |
+
test_list: /home/gluo/workspace/nlinv_prior/data/abide/abide_mag_test
|
30 |
+
key: mag
|
31 |
+
nr_gpu: 4
|
32 |
+
gpu_id: 0,1,2,3
|
PixelCNN/mag_large/pixelcnn.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14da87a34326ed76f31432097a2070b81007b3481a74941feaffa88dbbeaa8b6
|
3 |
+
size 260887256
|
PixelCNN/mag_large/pixelcnn.index
ADDED
Binary file (37 kB). View file
|
|
PixelCNN/mag_large/pixelcnn.meta
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad9cf9955016aaa312e9072623d7a1d54d3330c9e3f7a99236b13c3cc764e21f
|
3 |
+
size 18615658
|