2 Star 5 Fork 1

OpenMMLab / mmfewshot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mpsr_r101_fpn_2xb2_coco_base-training.py 456 Bytes
一键复制 编辑 原始数据 按行查看 历史
Linyiqi 提交于 2021-11-01 23:27 . Reformat config files (#46)
_base_ = [
'../../_base_/datasets/two_branch/base_coco.py',
'../../_base_/schedules/schedule.py', '../mpsr_r101_fpn.py',
'../../_base_/default_runtime.py'
]
evaluation = dict(interval=20000)
checkpoint_config = dict(interval=10000)
optimizer = dict(lr=0.005)
lr_config = dict(warmup_iters=500, warmup_ratio=1. / 3, step=[56000, 70000])
runner = dict(max_iters=80000)
# model settings
model = dict(roi_head=dict(bbox_head=dict(num_classes=60)))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/open-mmlab/mmfewshot.git
git@gitee.com:open-mmlab/mmfewshot.git
open-mmlab
mmfewshot
mmfewshot
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891