会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
历史,打开尘封的记忆
新博客地址:
https://zhyantao.github.io/docs
新随笔
管理
2019年6月1日
nparray的维度和取值方式
摘要: 运行下面的代码,分析结果,不做解释。 python import numpy as np def func(img, label): print('label[0]:', label[:,:,0]) if (1): img = img / 255. label = label[:, :, :, 0]
阅读全文
posted @ 2019-06-01 18:27 AR0X1V
阅读(1523)
评论(0)
推荐(0)
公告