We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e555b39 commit 4654882Copy full SHA for 4654882
configs/fcn8s_pascal.yml
@@ -7,6 +7,7 @@ data:
7
img_rows: 'same'
8
img_cols: 'same'
9
path: /private/home/meetshah/datasets/VOC/060817/VOCdevkit/VOC2012/
10
+ sbd_path: /private/home/meetshah/datasets/VOC/benchmark_RELEASE/
11
training:
12
train_iters: 300000
13
batch_size: 1
configs/frrnB_cityscapes.yml
@@ -0,0 +1,22 @@
1
+model:
2
+ arch: frrnB
3
+data:
4
+ dataset: cityscapes
5
+ train_split: train
6
+ val_split: val
+ img_rows: 512
+ img_cols: 1024
+ path: /private/home/meetshah/misc_code/ps/data/VOCdevkit/VOC2012/
+training:
+ train_iters: 85000
+ batch_size: 2
+ val_interval: 500
14
+ print_interval: 25
15
+ optimizer:
16
+ lr: 1.0e-4
17
+ l_rate: 1.0e-4
18
+ l_schedule:
19
+ momentum: 0.99
20
+ weight_decay: 0.0005
21
+ resume: frrnB_cityscapes_best_model.pkl
22
+ visdom: False
0 commit comments