Open GeorgesAlkhouri opened 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.
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 theget_update
method.