Keras
Closed this issue · 2 comments
louis925 commented
It will be extremely helpful if this can work in Keras.
roerwod commented
You can use the keras wrapper TFOptimizer
and use this optimizer like so: opt = TFOptimizer(COCOB())
. It's slower than if you wrote it in native keras, but it works just fine.
louis925 commented
Great! It works! I realized I forgot the ()
after COCOB
. Thanks!