Skip to content

Commit a77bfce

Browse files
committed
add config
1 parent 2987d10 commit a77bfce

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
_base_ = './fcn_vit16_480x480_40k_pascal_context_59.py'
2+
model = dict(
3+
backbone=dict(
4+
freeze_xsfm=True,
5+
freeze_cls=True,
6+
freeze_pos=True,
7+
num_prompt=0,
8+
),
9+
)
10+
# data = dict(
11+
# samples_per_gpu=2,
12+
# )

0 commit comments

Comments
 (0)