File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616
1717TRAIN :
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
3434VAL :
3535 visualize : False
36- checkpoint : " epoch_20 .pth"
36+ checkpoint : " epoch_25 .pth"
3737
3838TEST :
39- checkpoint : " epoch_20 .pth"
39+ checkpoint : " epoch_25 .pth"
4040 result : " ./"
4141
4242DIR : " ckpt/ade20k-resnet50dilated-ppm_deepsup"
Original file line number Diff line number Diff line change 1616
1717TRAIN :
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
3434VAL :
3535 visualize : False
36- checkpoint : " epoch_40 .pth"
36+ checkpoint : " epoch_30 .pth"
3737
3838TEST :
39- checkpoint : " epoch_40 .pth"
39+ checkpoint : " epoch_30 .pth"
4040 result : " ./"
4141
4242DIR : " ckpt/ade20k-resnet50-upernet"
Original file line number Diff line number Diff line change 22
33# Image and model names
44TEST_IMG=ADE_val_00001519.jpg
5- MODEL_PATH=baseline -resnet50dilated-ppm_deepsup
5+ MODEL_PATH=ade20k -resnet50dilated-ppm_deepsup
66RESULT_PATH=./
77
88ENCODER=$MODEL_PATH /encoder_epoch_20.pth
You can’t perform that action at this time.
0 commit comments