Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mccaly
/
test
like
0
Running
App
Files
Files
Community
main
test
/
FoodSeg103
/
configs
/
pspnet
/
pspnet_r50b-d8_769x769_80k_cityscapes.py
mccaly
Upload 2805 files
985cc7f
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
133 Bytes
_base_ =
'./pspnet_r50-d8_769x769_80k_cityscapes.py'
model =
dict
(pretrained=
'torchvision://resnet50'
, backbone=
dict
(
type
=
'ResNet'
))