open-mmlab/mmengine
[Feature] `Visualizer` do not need `master_only` when saving image
Aperta
#1081 aperta il 17 apr 2023
good first issue
Metriche repository
- Star
- (1486 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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