Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
LGYoung committed Mar 3, 2022
1 parent 99db59b commit 0ece089
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configs/sem_fpn/VAN/fpn_van_base_ade20k_40k.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# model settings
model = dict(
type='EncoderDecoder',
pretrained='./seg_pretrained/checkpoint-287.pth.tar',
pretrained='/path/to/checkpoint',
backbone=dict(
type='van_base',
style='pytorch'),
Expand Down
2 changes: 1 addition & 1 deletion configs/sem_fpn/VAN/fpn_van_large_ade20k_40k.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# model settings
model = dict(
pretrained='./seg_pretrained/checkpoint-306.pth.tar',
pretrained='/path/to/checkpoint',
backbone=dict(
type='van_large',
style='pytorch'),
Expand Down
2 changes: 1 addition & 1 deletion configs/sem_fpn/VAN/fpn_van_small_ade20k_40k.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# model settings
model = dict(
pretrained='./seg_pretrained/model_best.pth.tar',
pretrained='/path/to/checkpoint',
backbone=dict(
type='van_small',
style='pytorch'),
Expand Down
2 changes: 1 addition & 1 deletion configs/sem_fpn/VAN/fpn_van_tiny_ade20k_40k.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# model settings
model = dict(
pretrained='./seg_pretrained/checkpoint-296.pth.tar',
pretrained='/path/to/checkpoint',
backbone=dict(
type='van_tiny',
style='pytorch'),
Expand Down

0 comments on commit 0ece089

Please sign in to comment.