_tkinter.TclError: not enough free memory for image buffer
原因:画图的内存占用不足。
解决办法:降低画图的像素。将dpi=256降低为80.
plt.figure('预测效果对比', figsize=(10, 5), dpi=80)