11 Star 144 Fork 55

OpenMMLab/mmdetection

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dino-4scale_r50_8xb2-24e_coco.py 319 Bytes
一键复制 编辑 原始数据 按行查看 历史
_base_ = './dino-4scale_r50_8xb2-12e_coco.py'
max_epochs = 24
train_cfg = dict(
type='EpochBasedTrainLoop', max_epochs=max_epochs, val_interval=1)
param_scheduler = [
dict(
type='MultiStepLR',
begin=0,
end=max_epochs,
by_epoch=True,
milestones=[20],
gamma=0.1)
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/open-mmlab/mmdetection.git
git@gitee.com:open-mmlab/mmdetection.git
open-mmlab
mmdetection
mmdetection
main

搜索帮助