From cb792b0fecd16fca1d9ee9a372448fa335de5af7 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sun, 6 Jan 2019 15:38:33 +0100 Subject: [PATCH] WIP learning graphs --- graph.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graph.py b/graph.py index 485b978..441dfd7 100644 --- a/graph.py +++ b/graph.py @@ -17,3 +17,6 @@ def plot_training_acc(history): plt.legend() plt.show() + +def plot_histories(histories, key="binary_crossentropy): +