Hi-
i've trained a model for 23000 steps. Using tensorboard, i can hear the eval improvements each checkpoint, and it sounds great!
The problem is, I am not able to generate any wav files using inference. The script I've created generates wav files, but they are all static & noise. It would be great if there were an inference script in the repo :)
Hi- i've trained a model for 23000 steps. Using tensorboard, i can hear the eval improvements each checkpoint, and it sounds great! The problem is, I am not able to generate any wav files using inference. The script I've created generates wav files, but they are all static & noise. It would be great if there were an inference script in the repo :)
Here is my config
Here is a custom script im trying to put together.