Skip to content

Commit

Permalink
[Fix] Fix segmenter-vit-s_fcn config (open-mmlab#2037)
Browse files Browse the repository at this point in the history
  • Loading branch information
MengzhangLI authored Sep 14, 2022
1 parent bff8a98 commit 0097dfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_base_ = './segmenter_vit-t_mask_8xb1-160k_ade20k-512x512.py'
_base_ = './segmenter_vit-s_mask_8xb1-160k_ade20k-512x512.py'

model = dict(
decode_head=dict(
Expand Down

0 comments on commit 0097dfb

Please sign in to comment.