Resnet50 does not converge. VGG16 works fine
问题 I trained one regression network using resnet50 as backbone. The input of the network is image whose size is 224*224*3 , the output of the network is one value , varying from 0 to 1 . but the netwrok can not converge, no matter I use sigmoid or relu as output layer's activation. mae or mse as loss function . For exampple, I use resnet50 as backbone, mae as loss function, sigmoid is the activation function of output layer. SGD as optimizer. The training loss would be: Epoch 1 training loss is