BatchNorm1d (num_features=320) self.linear2 = nn.Linear(in_features=320, out_features=2) def forward(self, input): # Input is a 1D tensor y ...
確定! 回上一頁