PySyft-TensorFlow icon indicating copy to clipboard operation
PySyft-TensorFlow copied to clipboard

Train Syft Keras model with DP-SGD from TF Privacy

Open yanndupis opened this issue 5 years ago • 0 comments

Description

We would like to be able to train a model with dp-sgd from TF Privacy. However these custom optimizers (e.g. DPGradientDescentGaussianOptimizer) are not supported out of the box in tf.keras.optimizers so they can't be easily exported to SavedModel.

Objectives/Key Results

yanndupis avatar Oct 22 '19 19:10 yanndupis