- Generative Adversarial Networks Projects
- Kailash Ahirwar
- 127字
- 2021-07-02 13:38:53
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:

Loss plot for the generator network

Loss plot for the discriminator network
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.
推薦閱讀
- 控制與決策系統仿真
- Hands-On Neural Networks with Keras
- Mastering Salesforce CRM Administration
- Learning Apache Cassandra(Second Edition)
- ServiceNow Cookbook
- Cloudera Administration Handbook
- Machine Learning with the Elastic Stack
- 液壓機智能故障診斷方法集成技術
- Flink原理與實踐
- 在實戰中成長:C++開發之路
- Mastering Exploratory Analysis with pandas
- C#求職寶典
- WPF專業編程指南
- ARM嵌入式系統開發完全入門與主流實踐
- Oracle Blockchain Quick Start Guide