Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ziplab
/
snnetv2-semantic-segmentation
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e1f98a4
snnetv2-semantic-segmentation
/
configs
/
pspnet
/
pspnet_r101-d8_4xb4-80k_pascal-context-59-480x480.py
HubHop
update
412c852
about 1 year ago
raw
Copy download link
history
blame
Safe
145 Bytes
_base_ =
'./pspnet_r50-d8_4xb4-80k_pascal-context-59-480x480.py'
model =
dict
(pretrained=
'open-mmlab://resnet101_v1c'
, backbone=
dict
(depth=
101
))