描述 PyTorch 基于masking对元素进行替换. 代码如下. 先展平再赋值. 代码 # map.shape [64,60,128]# infill.shape [64,17,128]# mask_indices.shape [64,
PyTorch 基于masking对元素进行替换. 代码如下. 先展平再赋值.
# map.shape [64,60,128]# infill.shape [64,17,128]# mask_indices.shape [64,60] map = map.reshape( map.shape[0] * map.shape[1], map.shape[2]) [mask_indices.reshape(mask_indices.shape[0]*mask_indices.shape[1])] \ = fillin.reshape(fillin.shape[0]*fillin.shape[1], fillin.shape[2])
来源地址:https://blog.csdn.net/OOFFrankDura/article/details/132568292
--结束END--
本文标题: pytorch 基于masking对元素进行替换
本文链接: https://lsjlt.com/news/382620.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0