ReleaseBaidu (ERNIE)Baidu (ERNIE)published Oct 26, 2020seen 5d

PaddlePaddle/PaddleFL v1.1.0

PaddlePaddle/PaddleFL

Open original ↗

Captured source

source ↗
published Oct 26, 2020seen 5dcaptured 10hhttp 200method plain

PaddleFL Release 1.1.0

Repository: PaddlePaddle/PaddleFL

Tag: v1.1.0

Published: 2020-10-26T03:37:37Z

Prerelease: no

Release notes:

  • Add more MPC operators: conv2d, max pooling, softmax_with_cross_entropy, embedding, batch_norm, adam_optimizer, XavierInitializer, etc.
  • Support more MPC models: CNN, FM, etc.
  • Add more data process API: mean normal, one hot encoding.
  • Add more model evaluation API: KS statistic, Auc, F1-score.
  • Add paddle-serving API in data parallel to support model service after training.
  • More examples to follow: fm_with_criteo, lenet_with_mnist, model encryption/decryption, psi demo, deploy_serving_after_training.