EricZgw / PyramidBox

A Context-assisted Single Shot Face Detector in TensorFlow
277 stars 89 forks source link

Train loss issue #6

Open SunQiu88 opened 6 years ago

SunQiu88 commented 6 years ago

fune train ,after 200000+ the loss is very large?

EricZgw commented 6 years ago

@zh199110 You can try to make learning_rate_decay_factor smaller or change learning_rate_decay_type to 'fixed' and adjust learning rate every few epoches.