OpenMined / PySyft-TensorFlow

SOON TO BE DEPRECATED - The TensorFlow bindings for PySyft
Apache License 2.0
57 stars 11 forks source link

WIP - Hook keras layers #14

Closed yanndupis closed 4 years ago

yanndupis commented 5 years ago

Hey,

It's a WIP pr, the goal is to hook keras layers. Here we are serializing/deserializing layer with its weights and we hook call on the tf.keras.layers.Layer base class so we don;t have to hook all the low level ops (no public) for each layer.

Thanks

yanndupis commented 4 years ago

The branch hook-keras-layers has been moved from DL repo to OM repo. Let's review the keras hook in the pr #24.

Thanks