pytorch 入門之基礎和線性模型入門

一:pytorch基礎 1:張量:Tensor 定義爲:多維度的矩陣。 例如: 0維度:點; 一維:向量; 二維:普通矩陣 有torch.FloatTensor ; torch.DoubleTensor; torch.IntTrnsor; 2:變量:Variable 3:模組 torch.nn.Module import torch as t from torch import n
相關文章
相關標籤/搜索