学习笔记 January 12, 2021

PyTorch学习笔记

Words count 480 Reading time 1 mins.

torch.Tensor()是包含一种数据类型元素的多维矩阵。
torch.Tensor()有两种方法可以用来拓展某维数据的尺寸,分别是expand()和repeat():

expand()

返回当前张量...

Read article
0%