使用Pytorch框架實現簡單的數據分類(7)

(1)代碼中使用的函數簡要介紹 torch.normal #張量裏面的隨機數是從相互獨立的正態分佈中隨機生成的。 torch.cat #將兩個張量(tensor)拼接在一起 (2)代碼 import torch from torch.autograd import Variable import torch.nn.functional as F import matplotlib.pyp
相關文章
相關標籤/搜索