Skip to content

Commit

Permalink
Add FRRN and FCN configs with new dataloader interface
Browse files Browse the repository at this point in the history
  • Loading branch information
meetps committed Jan 8, 2019
1 parent e555b39 commit 4654882
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/fcn8s_pascal.yml
Expand Up @@ -7,6 +7,7 @@ data:
img_rows: 'same'
img_cols: 'same'
path: /private/home/meetshah/datasets/VOC/060817/VOCdevkit/VOC2012/
sbd_path: /private/home/meetshah/datasets/VOC/benchmark_RELEASE/
training:
train_iters: 300000
batch_size: 1
Expand Down
22 changes: 22 additions & 0 deletions configs/frrnB_cityscapes.yml
@@ -0,0 +1,22 @@
model:
arch: frrnB
data:
dataset: cityscapes
train_split: train
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
print_interval: 25
optimizer:
lr: 1.0e-4
l_rate: 1.0e-4
l_schedule:
momentum: 0.99
weight_decay: 0.0005
resume: frrnB_cityscapes_best_model.pkl
visdom: False

0 comments on commit 4654882

Please sign in to comment.