10 2023 档案

摘要:import torch from torch.nn import functional as F inp = torch.ones(1, 1, 4, 4) inp = torch.randint(1, 10, (1, 1, 4, 4)).float() # 目的是得到一个 长宽为20的tensor 阅读全文
posted @ 2023-10-07 19:19 无左无右 阅读(431) 评论(0) 推荐(0) 编辑