Skip to content

Commit 4654882

Browse files
committedJan 8, 2019
Add FRRN and FCN configs with new dataloader interface
1 parent e555b39 commit 4654882

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
 

‎configs/fcn8s_pascal.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ data:
77
img_rows: 'same'
88
img_cols: 'same'
99
path: /private/home/meetshah/datasets/VOC/060817/VOCdevkit/VOC2012/
10+
sbd_path: /private/home/meetshah/datasets/VOC/benchmark_RELEASE/
1011
training:
1112
train_iters: 300000
1213
batch_size: 1

‎configs/frrnB_cityscapes.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
model:
2+
arch: frrnB
3+
data:
4+
dataset: cityscapes
5+
train_split: train
6+
val_split: val
7+
img_rows: 512
8+
img_cols: 1024
9+
path: /private/home/meetshah/misc_code/ps/data/VOCdevkit/VOC2012/
10+
training:
11+
train_iters: 85000
12+
batch_size: 2
13+
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

Comments
 (0)
Please sign in to comment.