GantMan / nsfw_model

Keras model of NSFW detector
Other
1.8k stars 279 forks source link

Can not tune learning_rate #32

Closed devinhee closed 5 years ago

devinhee commented 5 years ago

I try to retrain this model with train_initialization.py! And I try to tune learning_rate. like this: opt = SGD(lr=0.02, momentum=.9, decay=0.00000072, nesterov=True) but I check lr graph, the lr line always the same line ! Have any ideal! thanks