avolkov1 / keras_experiments

Experimental Keras libraries and examples.
The Unlicense
86 stars 16 forks source link

Optimizer not compatible with Keras 2.0.8 #10

Open GeorgesAlkhouri opened 7 years ago

GeorgesAlkhouri commented 7 years ago

Hey, nice Keras playground.

Just wanted to tell you that the OptimizerMultiGPUMixin won't be working with Keras 2.0.8 because they moved the constraint management in version 2.0.7. (https://github.com/fchollet/keras/commit/2382f788b4f14646fa8b6b2d8d65f1fc138b35c4) for the get_update method.

avolkov1 commented 7 years ago

@GeorgesAlkhouri Thanks. I'll try to get this fixed. I might remove it. I don't recommend using that OptimizerMultiGPUMixin anyways, because it's slow. I posted it so someone might be able to fix it up or at least tell me how to make make it faster. I'll fix the constraint parameter though. Thanks.