Replies: 1 comment 9 replies
-
What are you trying to do? What is your environment? In any case, you can put your data anywhere and point to them with command-line arguments in training for example. You can find the related arguments by using --help with each command and they are explained here: For example, in the notebook, which ran on Google Colab, I kept the data on Google Drive and expand it to the Colab instance (Ubuntu) somewhere and pointed to them during calling the related commands: Or for inference, for the Voice Chess application, I used a server and put it data somewhere, and point to them: |
Beta Was this translation helpful? Give feedback.
-
This is extremely novice but what directory do the tflite, scorer and audio files get stored to to execute STT? I put it in coqui-stt-venv and coqui-stt-venv/bin and it's not executing so clearly the files are in the wrong directory; please help. TYIA
Beta Was this translation helpful? Give feedback.
All reactions