Skip to content

Commit

Permalink
fixed ade cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
xvjiarui committed Jan 23, 2021
1 parent 5712170 commit 857e21b
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion configs/apcnet/apcnet_r50-d8_512x512_160k_ade20k.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
]
model = dict(
decode_head=dict(num_classes=150), auxiliary_head=dict(num_classes=150))
test_cfg = dict(mode='whole')
1 change: 0 additions & 1 deletion configs/apcnet/apcnet_r50-d8_512x512_80k_ade20k.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
]
model = dict(
decode_head=dict(num_classes=150), auxiliary_head=dict(num_classes=150))
test_cfg = dict(mode='whole')
1 change: 0 additions & 1 deletion configs/deeplabv3/deeplabv3_r50-d8_512x512_160k_ade20k.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
]
model = dict(
decode_head=dict(num_classes=150), auxiliary_head=dict(num_classes=150))
test_cfg = dict(mode='whole')
1 change: 0 additions & 1 deletion configs/deeplabv3/deeplabv3_r50-d8_512x512_80k_ade20k.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
]
model = dict(
decode_head=dict(num_classes=150), auxiliary_head=dict(num_classes=150))
test_cfg = dict(mode='whole')
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
]
model = dict(
decode_head=dict(num_classes=150), auxiliary_head=dict(num_classes=150))
test_cfg = dict(mode='whole')
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
]
model = dict(
decode_head=dict(num_classes=150), auxiliary_head=dict(num_classes=150))
test_cfg = dict(mode='whole')
1 change: 0 additions & 1 deletion configs/dmnet/dmnet_r50-d8_512x512_160k_ade20k.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
]
model = dict(
decode_head=dict(num_classes=150), auxiliary_head=dict(num_classes=150))
test_cfg = dict(mode='whole')
1 change: 0 additions & 1 deletion configs/dmnet/dmnet_r50-d8_512x512_80k_ade20k.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
]
model = dict(
decode_head=dict(num_classes=150), auxiliary_head=dict(num_classes=150))
test_cfg = dict(mode='whole')
1 change: 0 additions & 1 deletion configs/fcn/fcn_r50-d8_512x512_160k_ade20k.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
]
model = dict(
decode_head=dict(num_classes=150), auxiliary_head=dict(num_classes=150))
test_cfg = dict(mode='whole')
1 change: 0 additions & 1 deletion configs/fcn/fcn_r50-d8_512x512_80k_ade20k.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
]
model = dict(
decode_head=dict(num_classes=150), auxiliary_head=dict(num_classes=150))
test_cfg = dict(mode='whole')
1 change: 0 additions & 1 deletion configs/psanet/psanet_r50-d8_512x512_160k_ade20k.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
model = dict(
decode_head=dict(mask_size=(66, 66), num_classes=150),
auxiliary_head=dict(num_classes=150))
test_cfg = dict(mode='whole')
1 change: 0 additions & 1 deletion configs/psanet/psanet_r50-d8_512x512_80k_ade20k.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
model = dict(
decode_head=dict(mask_size=(66, 66), num_classes=150),
auxiliary_head=dict(num_classes=150))
test_cfg = dict(mode='whole')
1 change: 0 additions & 1 deletion configs/pspnet/pspnet_r50-d8_512x512_160k_ade20k.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
]
model = dict(
decode_head=dict(num_classes=150), auxiliary_head=dict(num_classes=150))
test_cfg = dict(mode='whole')
1 change: 0 additions & 1 deletion configs/pspnet/pspnet_r50-d8_512x512_80k_ade20k.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
]
model = dict(
decode_head=dict(num_classes=150), auxiliary_head=dict(num_classes=150))
test_cfg = dict(mode='whole')
1 change: 0 additions & 1 deletion configs/upernet/upernet_r50_512x512_160k_ade20k.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
]
model = dict(
decode_head=dict(num_classes=150), auxiliary_head=dict(num_classes=150))
test_cfg = dict(mode='whole')
1 change: 0 additions & 1 deletion configs/upernet/upernet_r50_512x512_80k_ade20k.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
]
model = dict(
decode_head=dict(num_classes=150), auxiliary_head=dict(num_classes=150))
test_cfg = dict(mode='whole')

0 comments on commit 857e21b

Please sign in to comment.