Skip to content

Commit

Permalink
Update upernet_van_tiny_512x512_160k_ade20k.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MenghaoGuo authored Feb 21, 2022
1 parent ff713a4 commit 3165f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/upernet/VAN/upernet_van_tiny_512x512_160k_ade20k.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'../_base_/default_runtime.py', '../_base_/schedules/schedule_160k.py'
]
model = dict(
pretrained='./seg_pretrained/checkpoint-296.pth.tar',
pretrained='/path/to/checkpoint',
decode_head=dict(
in_channels=[32, 64, 160, 256],
num_classes=150
Expand All @@ -26,4 +26,4 @@
power=1.0, min_lr=0.0, by_epoch=False)

# By default, models are trained on 8 GPUs with 2 images per GPU
data=dict(samples_per_gpu=2)
data=dict(samples_per_gpu=2)

0 comments on commit 3165f22

Please sign in to comment.