How to index a tensor using a mask and scalar

前端 未结 0 1205
你的背包
你的背包 2021-02-02 05:49

I have a tensor y

import torch
y = torch.rand(1, 4, 50, 100, 2)

And I have a mask (notice, it lacks the last dimension in comparison

相关标签:
回答
  • 消灭零回复
提交回复
热议问题