... data.shape) 12 print("data: ", data) 13 # 零填充,在邊界填充n個0,分別為:左、右、上、下 14 ZeroPad = nn.ZeroPad2d(padding=(1, 2, 1, ...
確定! 回上一頁