open-mmlab/mmengine

[Feature] `Visualizer` do not need `master_only` when saving image

オープン

#1,081 opened on 2023/04/17

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (458 件のフォーク)github user discovery
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

コントリビューターガイド