会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
路边的十元钱硬币
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
7
8
9
10
11
12
13
14
15
···
24
下一页
2018年9月7日
14-numpy笔记-莫烦pandas-2
摘要: 代码 结果
阅读全文
posted @ 2018-09-07 10:34 路边的十元钱硬币
阅读(156)
评论(0)
推荐(0)
2018年9月6日
13-numpy笔记-莫烦pandas-1
摘要: 代码 输出
阅读全文
posted @ 2018-09-06 23:18 路边的十元钱硬币
阅读(216)
评论(0)
推荐(0)
12-numpy笔记-莫烦基本操作2
摘要: 代码 输出
阅读全文
posted @ 2018-09-06 17:23 路边的十元钱硬币
阅读(199)
评论(0)
推荐(0)
11-numpy笔记-莫烦基础操作1
摘要: 代码 输出
阅读全文
posted @ 2018-09-06 15:37 路边的十元钱硬币
阅读(192)
评论(0)
推荐(0)
10-tensorflow-tf.concat()
摘要: Concatenates tensors along one dimension.
阅读全文
posted @ 2018-09-06 13:24 路边的十元钱硬币
阅读(185)
评论(0)
推荐(0)
09-tensorflow-tf.split()
摘要: # 'value' is a tensor with shape [5, 30] # Split 'value' into 3 tensors with sizes [4, 15, 11] along dimension 1 split0, split1, split2 = tf.split(value, [4, 15, 11], 1) tf.shape(split0) # [5, 4] tf...
阅读全文
posted @ 2018-09-06 13:22 路边的十元钱硬币
阅读(404)
评论(0)
推荐(0)
10-numpy笔记-np.random.randint
摘要: b_idx = np.random.randint(0, 9, 90) >>> b_idx array([0, 1, 5, 4, 7, 2, 7, 0, 0, 4, 2, 2, 3, 5, 6, 4, 7, 0, 3, 2, 7, 3, 8, 5, 4, 3, 1, 8, 6, 6, 5, 5, 3, 2, 2, 2, 0, 4, 8, 1, 5, 3, 2, 6, ...
阅读全文
posted @ 2018-09-06 12:50 路边的十元钱硬币
阅读(654)
评论(0)
推荐(0)
2018年9月5日
VSCode变换python的调试解释器
摘要: 假如一个电脑上有多个Python的环境,想要设置不同的python解释器用于调试。 VSCode 的设置,是通过.json的文本来配置的。打开文本的方式: 打开后的文件如下所示: 可以试试“new settings editor”,是一个类似界面的输入方式; 找到python的路径,如图所示。 修改
阅读全文
posted @ 2018-09-05 17:55 路边的十元钱硬币
阅读(2583)
评论(0)
推荐(0)
2018年9月2日
opencv局限:cv::FileStorage读取中,xml文件的第一层节点不能超过4个
摘要: 今天测试发现一个问题,cv::FileStorage读取中,xml文件的第一层节点不能超过4个。 在加一个test4的话,就会在 中挂掉。
阅读全文
posted @ 2018-09-02 20:01 路边的十元钱硬币
阅读(830)
评论(0)
推荐(0)
2018年8月17日
opencv旋转图像,90度标准旋转
摘要: 摘自opencv 源代码
阅读全文
posted @ 2018-08-17 14:47 路边的十元钱硬币
阅读(1401)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
24
下一页
公告