1 Star 10 Fork 3

qiaofengsheng/pytorch-yolov3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test.py 161 Bytes
一键复制 编辑 原始数据 按行查看 历史
qiaofengsheng 提交于 2022-01-13 23:29 . 2022年01月13日提交
import torch
x=torch.randn(1,13,13,3,8)
mask=x[...,0]>1
index=mask.nonzero()
print(mask)
print(mask.shape)
print(index)
print(index.shape)
print(x[mask].shape)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/qiaofengsheng/pytorch-yolov3.git
git@gitee.com:qiaofengsheng/pytorch-yolov3.git
qiaofengsheng
pytorch-yolov3
pytorch-yolov3
master

搜索帮助