I try to run a simple federated computation using tensorflow_federated. tff.federated_computation() -> after running this, the kernel freezes and am not able to run other cells.
TF-Federated needs asyncio to prevent this error.
My code is available here.