Torch張量的view方法有什麽作用? @貔貅 ▣技術問答 ♢Python, pytorch, torch, view 我對以下代碼片段中的方法view()感到困惑,不知道這個view方法起什麽作用。 class Net(nn.Module): def __init__(self): super(Net, self).__...