Also, there's no need to use .sigmoid on fc3 since pytorch's ... Linear(2048, 10) def forward(self, x): x = F.max_pool2d(F.relu(self.conv1(x)), (2, ...
確定! 回上一頁