MrEdwards007

Results 29 comments of MrEdwards007

>[IMS-Toucan/Modules/ToucanTTS/toucantts_train_loop.py](https://github.com/DigitalPhonetics/IMS-Toucan/blob/07edf9ca2c3f615faf10f3748780e1f8286fc64d/Modules/ToucanTTS/toucantts_train_loop.py#L195) >Line 195 in [07edf9c](https://github.com/DigitalPhonetics/IMS-Toucan/commit/07edf9ca2c3f615faf10f3748780e1f8286fc64d) delete_old_checkpoints(save_directory, keep=5) # I would consider this a bug. If there are **existing** checkpoints in the folder when you start, they are counted towards your...

**Questions** - Would you elaborate on how to use the fine-tuned model as the model or the model path is not apparent on how that is passed to "run_text_to_file_reader.py" def...

When running the demo, I get this warning frequently that the audio may be clipped. I can attest that it is being clipped, as I can hear it and see...

I'll try and let you know how it turns out. I have at least 8 hours before this finetuning run is complete.

**Question** I feel like I'm doing something wrong. I have two hours of high-quality audio data and I've approximately 10-11 hours of training time (_subjective_, as I know that completely...

I havent heard the difference between the checkpoints. I considered that I may not be loading the model correctly and modified existing code, so I could hear the difference. The...

I think I know what you are asking for, after thinking about it a bit more. Knowing that I should be looking for the regression loss was excellent information. I...

I'll start over without the fine-tuning and let you know how it turned out. Thank you for ALL your assistance. It is greatly appreciated.

**Question** I unfortunately was not clear on the normal (without fine-tuning) process for developing a model. I just kicked off "nancy" using the same dataset but but I wasnt seeing...

I may have hit the jackpot, as I was looking through my issues and the code, I came to this ```python def train_loop(net, # an already initialized ToucanTTS model that...