Python
文章平均质量分 86
枫叶的一生
这个作者很懒,什么都没留下…
展开
-
Django的Helloworld
Django的Helloworld原创 2015-11-16 13:00:43 · 404 阅读 · 0 评论 -
numpy的squeeze函数
http://blog.csdn.net/zenghaitao0128/article/details/78512715reshape函数:改变数组的维数(注意不是shape大小)>>> e= np.arange(10)>>> earray([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])>>> e.reshape(1,1,...原创 2018-02-09 12:15:45 · 145301 阅读 · 5 评论