open-mmlab/mmengine
[Feature] `Visualizer` do not need `master_only` when saving image
开放
#1,081 创建于 2023年4月17日
good first issue
仓库指标
- 星标
- (1,486 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
What is the feature?
In Visualizer, saving image will using master_only function, when unsing multi-gpus, it will only save the master gpu images.
In my opinion, we can delete this (have tried and it works)
Any other context?
No response