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.
This can be fixed by downgrading the jupyter notebook and tornado version.
Default versions of notebook >= 6.x and tornado >= 6.0
By running the command,
This issue is fixed