open-mmlab/mmengine
[Feature] `Visualizer` do not need `master_only` when saving image
オープン
#1,081 opened on 2023/04/17
good first issue
Repository metrics
- Stars
- (1,486 個のスター)
- PR merge metrics
- (30d に merged 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