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
/
encnet
/
encnet_r101-d8_512x1024_80k_cityscapes.py
mccaly
Upload 2805 files
985cc7f
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
134 Bytes
_base_ =
'./encnet_r50-d8_512x1024_80k_cityscapes.py'
model =
dict
(pretrained=
'open-mmlab://resnet101_v1c'
, backbone=
dict
(depth=
101
))