2018年11月27日

matplotlib绘制大量图片

摘要: RuntimeWarning: More than 20 figures have been opened. Figures created throu 绘图过多时导致内存问题: plt.cla()清除轴,当前活动轴在当前图中。 它保持其他轴不变。 plt.clf()清除整个当前数字。与所有的轴,但 阅读全文

posted @ 2018-11-27 19:57 那抹阳光1994 阅读(741) 评论(0) 推荐(0)

利用Python PIL、cPickle将图片读取和保存为pkl格式文件

摘要: https://blog.csdn.net/u014365862/article/details/48007571 阅读全文

posted @ 2018-11-27 14:06 那抹阳光1994 阅读(1711) 评论(0) 推荐(0)

导航