default_runtime.py 代码注释

default_runtime.py 代码注释

default_runtime.py 代码注释

checkpoint_config = dict(interval=1)
# yapf:disable
#要不要用日志log
log_config = dict(
    interval=50,
    hooks=[
        dict(type='TextLoggerHook'),#在控制台打印信息
        # dict(type='TensorboardLoggerHook')#开启Tensorboard
        #支持wandb,想了解的话自己去搜一下怎么用
    ])
# yapf:enable
custom_hooks = [dict(type='NumClassCheckHook')]

dist_params = dict(backend='nccl')#和分布式训练相关,一般来说不需要董
log_level = 'INFO'
# load_from = None #模型要不要加载预训练权重路径
load_from = r"F:\git\Swin-Transformer\mmdetection\mask_rcnn_swin-t-p4-w7_fpn_ms-crop-3x_coco_20210906_131725-bacf6f7b.pth"
# load_from =  r"F:\git\Swin-Transformer\mmdetection\mask_rcnn_swin_tiny_patch4_window7.pth"
resume_from = None #训练中断的话指定以下新的resume,resume的话就不可以中途改参数了
workflow = [('train', 1)]

# disable opencv multithreading to avoid system being overloaded
opencv_num_threads = 0
# set multi-process start method as `fork` to speed up the training
mp_start_method = 'fork'

# Default setting for scaling LR automatically
#   - `enable` means enable scaling LR automatically
#       or not by default.
#   - `base_batch_size` = (8 GPUs) x (2 samples per GPU).

#自动的去对学习率处理,默认是单卡,看一下上方的英文注释
auto_scale_lr = dict(enable=False, base_batch_size=32)
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

壹万1w

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值