Skip to content

Commit 897c51f

Browse files
committed
update config
1 parent 7eb3b1a commit 897c51f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

config/ade20k-resnet101dilated-ppm_deepsup.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MODEL:
1616

1717
TRAIN:
1818
batch_size_per_gpu: 2
19-
num_epoch: 20
19+
num_epoch: 25
2020
start_epoch: 0
2121
epoch_iters: 5000
2222
optim: "SGD"
@@ -33,10 +33,10 @@ TRAIN:
3333

3434
VAL:
3535
visualize: False
36-
checkpoint: "epoch_20.pth"
36+
checkpoint: "epoch_25.pth"
3737

3838
TEST:
39-
checkpoint: "epoch_20.pth"
39+
checkpoint: "epoch_25.pth"
4040
result: "./"
4141

4242
DIR: "ckpt/ade20k-resnet50dilated-ppm_deepsup"

config/ade20k-resnet50-upernet.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MODEL:
1616

1717
TRAIN:
1818
batch_size_per_gpu: 2
19-
num_epoch: 40
19+
num_epoch: 30
2020
start_epoch: 0
2121
epoch_iters: 5000
2222
optim: "SGD"
@@ -33,10 +33,10 @@ TRAIN:
3333

3434
VAL:
3535
visualize: False
36-
checkpoint: "epoch_40.pth"
36+
checkpoint: "epoch_30.pth"
3737

3838
TEST:
39-
checkpoint: "epoch_40.pth"
39+
checkpoint: "epoch_30.pth"
4040
result: "./"
4141

4242
DIR: "ckpt/ade20k-resnet50-upernet"

demo_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Image and model names
44
TEST_IMG=ADE_val_00001519.jpg
5-
MODEL_PATH=baseline-resnet50dilated-ppm_deepsup
5+
MODEL_PATH=ade20k-resnet50dilated-ppm_deepsup
66
RESULT_PATH=./
77

88
ENCODER=$MODEL_PATH/encoder_epoch_20.pth

0 commit comments

Comments
 (0)