October 2018
Intermediate to advanced
472 pages
10h 57m
English
Now that we understand the data that we are using and the DeepSpeech model architecture, let's set up the environment to train the model. There are some preliminary steps to create a virtual environment for the project that are optional, but always recommended to use. Also, it's recommended to use GPUs to train these models.
Along with Python Version 3.5 and TensorFlow version 1.7+, the following are some of the prerequisites:
Let's create the virtual environment and install ...