rhasspy / piper

A fast, local neural text to speech system
https://rhasspy.github.io/piper-samples/
MIT License
6.43k stars 473 forks source link

Provide tensorboard logs #39

Closed trunglebka closed 1 year ago

trunglebka commented 1 year ago

Could you please share your tensorboard logs of some trained representative models like: voice-en-us_lessac.tar.gz, voice-en-us_libritts.tar.gz (Ex. via https://tensorboard.dev) so that we can align our training progress with yours to know how much training time we may needed?

synesthesiam commented 1 year ago

I've uploaded some lightning logs to here: https://github.com/rhasspy/piper-samples/

trunglebka commented 1 year ago

Thank you :hugs:

trunglebka commented 1 year ago

Hi @synesthesiam, I've run training script for about a day (162 epoch now), why do tensorboard just show last log is epoch 2?

image

trunglebka commented 1 year ago

For those who encountered above tensorboard misbehavior, it might be due to installation problem of tensorboard. Using another installation, I was able to view it correctly image