Skip to content
Snippets Groups Projects
Commit 88c7a31b authored by Cavallo Alberto's avatar Cavallo Alberto
Browse files

Update mlp.py

parent aa75e2c3
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@ def main():
plt.ylabel('Training Accuracy')
plt.title('Training accuracy evolution')
plt.grid()
plt.savefig('results/mlp2.png')
plt.savefig('results/mlp.png')
plt.show()
if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment