Open hsaleem1 opened 4 years ago
Hi there,
Can anybody please guide me that is it possible to use Adam, RMSProp, Adadelta and other optimizers with Yolo models?
Thanks.
I know for sure that the Adam optimizer is available, however, I'm not sure about the other two. You can set adam=1 in your [net] section to enable it. I'd recommend using learning_rate=0.001 with it.
adam=1
[net]
learning_rate=0.001
Hi there,
Can anybody please guide me that is it possible to use Adam, RMSProp, Adadelta and other optimizers with Yolo models?
Thanks.