AntonKimfors
Results
1
issues of
AntonKimfors
I'm following the guide at https://www.tensorflow.org/federated/tutorials/building_your_own_federated_learning_algorithm and I'm doing it through [Google Collab](https://colab.research.google.com/github/tensorflow/federated/blob/main/docs/tutorials/building_your_own_federated_learning_algorithm.ipynb#scrollTo=ZrGitA_KnRO0). The problems starts immediately when I run the first code block: ``` #@test {"skip": true} !pip install...
bug