Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
scfive
/
samewind
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2a43d99
samewind
/
configs
/
backup
/
fsaf
/
fsaf_r101_fpn_1x_coco.py
scfive
Resolve README.md conflict and continue rebase
e8f2571
about 2 months ago
raw
Copy download link
history
blame
Safe
192 Bytes
_base_ =
'./fsaf_r50_fpn_1x_coco.py'
model =
dict
(
backbone=
dict
(
depth=
101
,
init_cfg=
dict
(
type
=
'Pretrained'
,
checkpoint=
'torchvision://resnet101'
)))