Visualizing losses

To visualize the losses for the training, start the tensorboard server, as follows:

tensorboard --logdir=logs

Now, open localhost:6006 in your browser. The SCALARS section of TensorBoard contains plots for both losses:

These plots will help you to decide whether to continue or stop the training. If the losses are not decreasing anymore, you can stop the training, as there is no chance of improvement. If the losses keep increasing, you must stop the training. Play with the hyperparameters and select a set of hyperparameters that you think might provide better results. If the losses are decreasing gradually, keep training the model.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.189.171.153