差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
最新のリビジョン両方とも次のリビジョン
pytorch:regression [2022/06/02 13:53] watalupytorch:regression [2022/06/02 13:55] watalu
行 119: 行 119:
 ax.plot(loss_train_history, color="blue") ax.plot(loss_train_history, color="blue")
 ax.plot(loss_test_history, color="red") ax.plot(loss_test_history, color="red")
 +plt.show()
 +plt.ylim(0, 8000)
 +plt.show()
 +plt.plot(loss_test_records)
 plt.show() plt.show()