bremen79/cocob

Keras

Closed this issue · 2 comments

It will be extremely helpful if this can work in Keras.

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.

Great! It works! I realized I forgot the () after COCOB. Thanks!