Open satyajithj opened 5 years ago
Faces the same issue using this as backbone for Tensorflow Object Detection, using the same config file of ssd_mobilenet (changes size to 512 512 though). Anything I should have done differently as loss is almost constant !
I am trying to train a single class detection model based on SSD-512 VGG. Command:
The loss is constant at 2.0167 for 500 steps. Changing the weight decay multiplies the loss by an order of magnitude. wd = 0.0005 implies loss = 20.167, wd = 0.00005 implies loss = 0.20167 etc. Is there a crucial step or information that I am missed?