-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Doc] Chinese translation of config_matting.md #582
Conversation
docs_zh-CN/config_matting.md
Outdated
refine=False, # 是否使用精炼器输出作为输出,在 stage 1 中,我们不使用它 | ||
metrics=['SAD', 'MSE', 'GRAD', 'CONN']) # 测试时使用的指标 | ||
|
||
# data settings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
漏掉了
docs_zh-CN/config_matting.md
Outdated
# dict(type='TensorboardLoggerHook') # 支持 Tensorboard 记录器 | ||
]) | ||
|
||
# runtime settings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上
docs_zh-CN/config_matting.md
Outdated
lr_config = dict( # 用于注册 LrUpdater 钩子的学习率调度程序配置 | ||
policy='Fixed') # 调度器的策略,支持 CosineAnnealing、Cyclic 等。支持的 LrUpdater 详情请参考 https://github.com/open-mmlab/mmcv/blob/master/mmcv/runner/hooks/lr_updater.py#L9。 | ||
|
||
# checkpoint saving |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里需要翻译
@Yshuo-Li Please have a look, thanks! |
No description provided.