WIP learning graphs

This commit is contained in:
mandlm 2019-01-06 15:38:33 +01:00
parent 54db131db2
commit cb792b0fec

View File

@ -17,3 +17,6 @@ def plot_training_acc(history):
plt.legend()
plt.show()
def plot_histories(histories, key="binary_crossentropy):