Skip to content

Commit

Permalink
Merge pull request CSAILVision#233 from jeremyfix/patch-2
Browse files Browse the repository at this point in the history
Fix ade20k-resnet101-upernet checkpoint link
  • Loading branch information
hangzhaomit authored Jun 30, 2020
2 parents 4a80234 + 04eedc4 commit 7a68e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/ade20k-resnet101-upernet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ TRAIN:

VAL:
visualize: False
checkpoint: "epoch_40.pth"
checkpoint: "epoch_50.pth"

TEST:
checkpoint: "epoch_40.pth"
checkpoint: "epoch_50.pth"
result: "./"

DIR: "ckpt/ade20k-resnet101-upernet"

0 comments on commit 7a68e75

Please sign in to comment.