I train a CNN model using convolution layers from Resnet50(I freeze all layer in Resnet50). But the loss won't change during epochs running. I think this call gradient vanishing. I am new to Deep Learning so I want to hear from you guy how can we prevent this problem ?
I expect some counter method for this problem