out = F.relu(self.fc2(out)) out = self.fc3(out) return out# 取得conv2的output features = [] def hook(module, input, output):
確定! 回上一頁