Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
camenduru
/
show
like
4
ONNX
Model card
Files
Files and versions
Community
main
show
/
mmdetection-2.26.0
/
configs
/
htc
/
htc_r50_fpn_20e_coco.py
camenduru
thanks to show ❤
3bbb319
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
140 Bytes
_base_ =
'./htc_r50_fpn_1x_coco.py'
# learning policy
lr_config =
dict
(step=[
16
,
19
])
runner =
dict
(
type
=
'EpochBasedRunner'
, max_epochs=
20
)