open-mmlab/mmengine

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

Ouverte

#1 081 ouverte le 17 avr. 2023

 (1 commentaire) (0 réaction) (0 personne assignée)Python (458 forks)github user discovery
good first issue

Métriques du dépôt

Stars
 (1 487 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur