Daniel J. Beutel
Daniel J. Beutel
Thanks @rsepassi, I created a GCS bucket and I'm passing the bucket identifier `gs://...` to TFDS using `data_dir`. It's returning a 401 though: ``` tensorflow.python.framework.errors_impl.PermissionDeniedError: Error executing an HTTP request:...
@rsepassi this doc references a so-called project number: https://cloud.google.com/tpu/docs/storage-buckets#locate_the_service_account How can we see the project number for Colab? Also, is the project number stable accross different runs?
Hi @ValleyZw , thanks for getting back to me about this! I'll give it a shot next time I work on Colab.
@anik123 @giorgosera a first code example using DP SGD just got merged into main: https://github.com/adap/flower/tree/main/examples/dp-sgd-mnist
TL;DR: Yes, Flower supports arbitrary Homomorphic Encryption and Semi Homomorphic Encryption protocols. Long answer: Flower Next introduces a new low-level messaging API that can be used to implement arbitrary (S)HE...
Hi @PaulKMandal, are the server plus and (at least) two clients running? I'd strongly recommend upgrading to the latest Flower release (1.7 as of today). I had to check the...
This is blocking us from updating our ProtoBuf dependency, which in turn is blocking us from supporting Python 3.11. Any official update here would be appreciated.
Thanks for the feedback @patselle ! For saving the model, there are currently two ways to do it: 1. Implement a custom strategy that saves the weights before returning them...
Progress on the built-in model saving will be tracked in #357