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): +