Tensorboard experiment.add_audio
+ DDP not working properly
#11172
Unanswered
alealv
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m having issues with
logger.experiment.add_audio()
when using DDP.Only when I use one GPU do all images get logged, if not they are processed but don’t appear in the tensorboard’s events file output.
I believe the problem comes from the rank_zero_experiment, so only audios on the first process are logged. Although they are print properly to the stdout
Here is the relevant pice of code
This is the output:
Beta Was this translation helpful? Give feedback.
All reactions