July 2018
Beginner to intermediate
312 pages
8h 31m
English
We will now look at the graph and loss function using TensorBoard. Start TensorBoard and point to the log directory /tmp/models defined in the code or any other path that you have set for saving the TensorFlow logs. The following is the visualization of the graph:

We can quickly find the resemblance between this model and the model architecture of the original DeepSpeech paper. We have the input nonrecurrent layers, followed by the RNN layer and the output hidden layers. We will now look at how the average CTC loss varies with the training:
The CTC loss can be seen to steadily ...
Read now
Unlock full access