Skip to content

plot y axis title fix#48

Open
mohan-chinnappan-n wants to merge 1 commit intofchollet:masterfrom
mohan-chinnappan-n:patch-1
Open

plot y axis title fix#48
mohan-chinnappan-n wants to merge 1 commit intofchollet:masterfrom
mohan-chinnappan-n:patch-1

Conversation

@mohan-chinnappan-n
Copy link
Copy Markdown

No description provided.

@slim-hmidi
Copy link
Copy Markdown

there is also another typo:

acc_values = history_dict['acc']
plt.plot(epochs, acc, 'bo', label='Training acc')

should be:

plt.plot(epochs, acc_values , 'bo', label='Training acc')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants