Closed wasertech closed 2 years ago
Sometimes to go forward, you need to take two steps back.
Like it or not, 🐸 STT is here to stay, where as DeepSpeech...
...well, you know.
For the end user:
For the maintainers:
It currently works on the current main branch of my fork of STT as I’m still in the process of requesting the changes we need/deserve for French into 🐸’s repo.
docker build \ --rm \ --build-arg uid=1018 \ --build-arg gid=1018 \ -f Dockerfile.train \ -t commonvoice-fr . && \ docker run \ -it \ --gpus=all \ --privileged \ --shm-size=1g \ --ulimit memlock=-1 \ --ulimit stack=67108864 \ --mount type=bind,src=/home/waser/Projets/Données/DeepSpeech/data,dst=/mnt commonvoice-fr && \ docker container prune || docker container prune -f
For now I'll update this gist with the latest build logs as fast as my 2920X can spit them.
You can also find the produced alphabet here.
OS: Manjaro Linux x86_64 Kernel: 5.13.19-2-MANJARO Shell: zsh 5.8 CPU: AMD Ryzen Threadripper 2920X (24) @ 3.500GH GPU 1: NVIDIA TITAN RTX GPU 2: NVIDIA TITAN RTX Memory: 96422MiB
Logs are in the gist
Next: update and migrate scripts to the STT ones.
Switching to 🐸 STT
Like it or not, 🐸 STT is here to stay, where as DeepSpeech...
...well, you know.
What does it implies?
For the end user:
For the maintainers:
It currently works on the current main branch of my fork of STT as I’m still in the process of requesting the changes we need/deserve for French into 🐸’s repo.
Building the image
For now I'll update this gist with the latest build logs as fast as my 2920X can spit them.
You can also find the produced alphabet here.
My config FYI