Closed devinhee closed 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
opt = SGD(lr=0.02, momentum=.9, decay=0.00000072, nesterov=True)
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