"git@developer.sourcefind.cn:modelzoo/video_migraphx.git" did not exist on "40d950f8d3c23676f1bd4e79723b578a21126df7"
Commit b73af7d2 authored by Billy Lamberta's avatar Billy Lamberta
Browse files

Remove unneeded plot show

parent 6b4bce47
......@@ -698,9 +698,7 @@
"\n",
"axes[1].set_ylabel(\"Accuracy\", fontsize=14)\n",
"axes[1].set_xlabel(\"Epoch\", fontsize=14)\n",
"axes[1].plot(train_accuracy_results)\n",
"\n",
"plt.show()"
"axes[1].plot(train_accuracy_results);"
],
"execution_count": 0,
"outputs": []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment