ReLU (True), nn.Linear(4096, class_num) ) if init_weight: self._initialize_weights() def forward(self, x): # 前面模型搭建x = self.features(x) ...
確定! 回上一頁