privacy icon indicating copy to clipboard operation
privacy copied to clipboard

Library for training machine learning models with privacy for training data

Results 140 privacy issues
Sort by recently updated
recently updated
newest added

Unittests show that the high level BoltOnModel has issues on some fit tests for beta1. alpha0 and beta0 should be stable for the new PR.

tf2

Hi, The Keras tutorial (with the MNIST dataset) looks not compatible with the "callbacks" features. I added the 'callbacks=[lr_schedule]' as an argument of the 'model.fit' function, and it shows the...

For a non-sequential model if number of examples is not a multiple of number of `microbatches` (see the data file below) the training with `DPAdamOptimizer` fails. `Numpy 1.14.4` `Tensorflow 1.13.1`...

keras