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...
c19f7d3
snnetv2-semantic-segmentation
/
configs
/
pspnet
/
pspnet_r101b-d8_4xb2-80k_cityscapes-512x1024.py
HubHop
update
412c852
about 1 year ago
raw
Copy download link
history
blame
Safe
160 Bytes
_base_ =
'./pspnet_r50-d8_4xb2-80k_cityscapes-512x1024.py'
model =
dict
(
pretrained=
'torchvision://resnet101'
,
backbone=
dict
(
type
=
'ResNet'
, depth=
101
))