I have installed tensorflow federated after MANY attempts but when I write code the kernel gets busy on “tff.federated_computation(lambda: ‘Hello, World!’)()”, it does not show any result and keep the kernel busy. I have encountered the same problem on google colab though it has worked once. Here is the screenshot of the code snippet I started with and still there:
Hi @tq_research
Welcome to the TensorFlow Forum!
I am able to install and import the TF Federated in Google Colab using TensorFlow 2.14 and Python 3.10
.
Please have a look at this replicated gist for your reference.
Could you please try again and let us know if the issue still persists. Thank you.