Taylor-X76
Taylor-X76
loda .pth in model.init_weights() like this model.init_weights(pretrained = "/home1/xmy/DCL/HRNet_Image_Classification/experiments/hrnetv2_w18_imagenet_pretrained.pth")
   
`# ############################# Modified by Mingyang ############################################################## # ##################### Adopt_different_blocks_bug(BASIC//BOTTLENECK) ############################################# # x_list = [] # for i in range(self.stage3_cfg['NUM_BRANCHES']): # if self.transition2[i] is not None: # x_list.append(self.transition2[i](y_list[-1])) # else: #...
train 10 epoch,C3D的ACC也是1% 另外我改了loss = criterion(probs, labels) 不然ACC会nan
II think so too After two cv2.flip(...), the picture has no change.