摘要: import torch from torch import nn from d2l import torch as d2l 6.2.1 互相关计算 X = torch.tensor([[0.0, 1.0, 2.0], [3.0, 4.0, 5.0], [6.0, 7.0, 8.0]]) K = t 阅读全文
posted @ 2023-09-16 09:13 AncilunKiang 阅读(159) 评论(0) 推荐(0)