Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用 tensorflow_federated 运行一个简单的联合计算。tff.federated_computation() -> 运行后,内核冻结并且无法运行其他单元。
TF-Federated 需要 asyncio 来防止此错误。
我的代码在这里可用。
这可以通过降级 jupyter notebook 和 tornado 版本来解决。
笔记本的默认版本 >= 6.x 和龙卷风 >= 6.0
通过运行命令,
pip install jupyter notebook==5.7.8 龙卷风==4.5.0
此问题已修复