哪种版本的Tensorflow联合已有模块; Federated_computation'?
我正在尝试安装在Google Collact上联合的TensorFlow,但是与版本发生冲突,如果我安装了以前的版本或类似的错误,我要么会遇到此错误。
module tensorflow_federated.python has no attribute federated_computation
如果我想安装新版本,则在安装过程中会提供“需要此版本,但您拥有此版本”。 我很困惑。是否有一种简单的方法可以使用TensorFlow联合学习?我试图在本地安装它,但这也不起作用。 为什么很难使用它?
一个较新版本
'type' object is not subscribable
和版本20的错误
module 'tensorflow_federated.python' has no attribute 'federated_computation'
I am trying to install Tensorflow federated on google collab, but there is a conflict with versions, I either get this error if I install previous versions or similar errors.
module tensorflow_federated.python has no attribute federated_computation
If I want to install the new version it gives the "this requires this version but you have this version" during the installation.
I am very confused. Is there an easy way to use Tensorflow federated learning? I tried to install it locally but that also didn't work.
Why is it so hard to use it?
If I uninstalled all packages and installed them again it gives me the error mentioned above
If I try to import it ignoring the errors in the pictures it gives me this error with a newer version
'type' object is not subscribable
And this error with version 20
module 'tensorflow_federated.python' has no attribute 'federated_computation'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题在于,
用法:
The problem was that
use: