Skip to content
Snippets Groups Projects
Commit 7c5b6732 authored by Schneider Leo's avatar Schneider Leo
Browse files

fix : overlapping title on plot fig

parent 7f66f1da
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,6 @@ def run_duo(args):
plt.ylabel('accuracy')
plt.legend(loc="upper left")
plt.ylim(0, 1.05)
plt.tight_layout()
plt.subplot(2, 1, 2)
plt.plot(train_loss, label='train')
......@@ -129,7 +128,6 @@ def run_duo(args):
plt.xlabel('epoch')
plt.ylabel('loss')
plt.legend(loc="upper left")
plt.tight_layout()
plt.show()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment