-
https://git.ecker.tech/ aims to provide a place to share my efforts while maintaining true ownership of my code, as I do not trust GitHub.
XMR: 4B9TQdkAkBFYrbj5ztvTx89e5LpucPeTSPzemCihdDi9EBnx7btn8RDNZTBz2zihWsjMnDkzn5As1LU6gLv3KQy8BLsZ8SG
- Joined on
2022-10-10
not gonna lie, i dont really understand the graphs... what is good and what is bad lol?
Can you use code for the speed improvements from the fast-tts github?
For tortoise itself? I'll comb through it in the event I missed anything substantial, since the last I looked at it…
I need to validate it, but the training script should print a message when it's done training, and AIVC should use that as an indicator to kill the process. I need to validate it later.
Alright, I overhauled how metrics are relayed and stored. Tensorboard logging is no longer used, so no more segfaults.
I still need to do more validation to make sure nothing breaks, but it…
Yeah, I'm not sure what caused it to crop up for Windows training, but sometimes the training process will hang after completing the training and won't kill itself. You'll need to enter `tskill…
Busy all morning, forgot to follow up. The stack trace didn't prove much useful, as I forgot that it won't really expose anything in Python itself, oops.
How strange it's related to tensorboard.…
What do you think is the best way to trasncribe japanese speech? Is there a japanese whisper model? Do you have to transcribe to katakana?
All three whisper implementations can transcribe to…
Can you use code for the speed improvements from the fast-tts github?
For tortoise itself? I'll comb through it in the event I missed anything substantial, since the last I looked at it was…
Oh nice, you were able to get me a gdb trace. I'll thumb through it when I get a chance, but for now I'll give some brief help until I can:
This is probably unrelated.
Yeah, that red block…
Fixed in commit 8e890d30237c2a402aad98c2fd82626a52df87c5.
Refreshing would have "fixed" it too, since it still clears the settings.
We could use a discussion tab for this git.
Gitea doesn't have any feature like that. Although that's on me for using it over a gitlab instance, but oh well.
Are we sure that large…
I wouldn't have a clue. I haven't ran into any segfaults from Python, so I can't debug it.
However, I see:
gen_lr_steps: [0, 0, 0, 0]
where it shouldn't be that. I doubt it's the…