NVIDIA/waveglow

How do I output data to tensorboard?

Closed this issue · 2 comments

I know from using the tacotron2 model I can use tensorboard to get the data from the logdir. Is there someway use tensorboard for the waveglow training? I see no logdir anywhere.

https://github.com/NVIDIA/waveglow/blob/master/config.json#L12
Set with_tensorboard to true
and a directory called "logs" will be created in the output directory where your checkpoints are saved (as soon as you start training again).

Thank you, glad to see that was added.