You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can pauze the process by pressing CTRL + Z, then run bg to continue this process in the background. Another option is to add " &" (without quotes) at the and of the command to start it in the background immediately. This can be usefull if your SSH-session will time out, laptop is running out of battery, etc. The process takes about an hour running on a Ubuntu 24.04 LTS VM (4 CPU's, 8192 GB memory, 100GB storage) running on Proxmox 8.2.4 on an N100 (Peladn WI-6)
Some thoughts:
Although I really like the idea of the project, I'm really starting to dislike the project.
There is some documentation for the piper-command, but for piper_train I couldn't find anything explaining all the arguments; Thorsten uses some that aren't even in the documentation (--quality).
I'm getting errors I don't understand (and Google isn't very helpfull), like RuntimeError: The size of tensor a (8192) must match tensor b (7424) at non-singleton dimension 2. I see my CPU usage skyrocketing, but there aren't any checkpoints written and after several hours training was unsuccessful.
I'm currently installing Piper on Ubuntu 24.04 LTS and I struggle with the documentation (https://github.com/rhasspy/piper?tab=readme-ov-file#running-in-python). Thankfully there is Thorsten-Voice with his video (https://www.youtube.com/watch?v=b_we_jma220) explaining how to install it. Unfortunately he's running Ubuntu 20.x and I'm running 24.x. These are the steps I had to make in order to get to the same point as Thorsten when he's training the model (at 10:43).
You can pauze the process by pressing CTRL + Z, then run bg to continue this process in the background. Another option is to add " &" (without quotes) at the and of the command to start it in the background immediately. This can be usefull if your SSH-session will time out, laptop is running out of battery, etc. The process takes about an hour running on a Ubuntu 24.04 LTS VM (4 CPU's, 8192 GB memory, 100GB storage) running on Proxmox 8.2.4 on an N100 (Peladn WI-6)
Continuing with the instruction of Thorsten:
The text was updated successfully, but these errors were encountered: