0. 今天繼續學習,回到昨天的部份,昨天完成了資料的前處理與讀取. ... self.conv2(x) x = x.view(x.size(0), -1) output = self.out(x) return output #forward流程: #x ...
確定! 回上一頁