WIP learning graphs
This commit is contained in:
parent
54db131db2
commit
cb792b0fec
1 changed files with 3 additions and 0 deletions
3
graph.py
3
graph.py
|
@ -17,3 +17,6 @@ def plot_training_acc(history):
|
||||||
plt.legend()
|
plt.legend()
|
||||||
|
|
||||||
plt.show()
|
plt.show()
|
||||||
|
|
||||||
|
def plot_histories(histories, key="binary_crossentropy):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue