- 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.
推薦閱讀
- 3D Printing with RepRap Cookbook
- 西門子S7-200 SMART PLC從入門到精通
- 返璞歸真:UNIX技術內幕
- Creo Parametric 1.0中文版從入門到精通
- 計算機系統結構
- Implementing Oracle API Platform Cloud Service
- 具比例時滯遞歸神經網絡的穩定性及其仿真與應用
- 運動控制系統
- Practical Big Data Analytics
- 大數據技術基礎:基于Hadoop與Spark
- 自動化生產線安裝與調試(三菱FX系列)(第二版)
- 嵌入式Linux系統實用開發
- 穿越計算機的迷霧
- 玩轉PowerPoint
- 實戰大數據(Hadoop+Spark+Flink):從平臺構建到交互式數據分析(離線/實時)