当前位置:网站首页>【Tensorflow】AttributeError: '_TfDeviceCaptureOp' object has no attribute '_set_device_from_string'
【Tensorflow】AttributeError: '_TfDeviceCaptureOp' object has no attribute '_set_device_from_string'
2022-08-02 14:00:00 【there2belief】
Question:
When using keras' multi_gpu_model
from keras.utils import multi_gpu_modelmodel = load_model()p_model = multi_gpu_model(model)
An error occurred:
AttributeError: '_TfDeviceCaptureOp' object has no attribute '_set_device_from_string'
The operating environment is:
tensorflow=1.15.0
keras=2.2.4
Resolve:
The reason for this error is The two versions do not match. Using keras=2.2.4 requires a matching tensorflow version, such as 1.13.1.If you want to use tensorflow1.15.0, you can use keras=2.3.1.
Version match reference:
边栏推荐
- 网络安全第三次作业
- 软件测试和硬件测试的区别及概念
- 智能指针-使用、避坑和实现
- 不精确微分/不完全微分(Inexact differential/Imperfect differential)
- C language improvement (3)
- RHCE第一天作业
- els strip collision deformation judgment
- Why does a four-byte float represent a wider range than an eight-byte long
- CVE-2020-27986(Sonarqube敏感信息泄漏) 漏洞修复
- A number of embassies and consulates abroad have issued reminders about travel to China, personal and property safety
猜你喜欢
智能指针-使用、避坑和实现
Break the limit of file locks and use storage power to help enterprises grow new momentum
【C语言】明解数组(1)
关于市场后市的发展预测? 2021-05-23
CVE-2020-27986 (Sonarqube sensitive information leak) vulnerability fix
MySQL - ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES)
k8s之KubeSphere部署有状态数据库中间件服务 mysql、redis、mongo
【C语言】夏日一题 —— 如何判断素数?
专访|带着问题去学习,Apache DolphinScheduler 王福政
Mysql index details (with pictures and texts)
随机推荐
Break the limit of file locks and use storage power to help enterprises grow new momentum
政策利空对行情没有长期影响,牛市仍将继续 2021-05-19
How to improve the originality of self-media creation and create popular works?
HALCON: 内存管理(Memory Management)
【C语言】剖析函数递归(3)
栈 && 队列
[C language] Analysis of function recursion (3)
Mysql index details (with pictures and texts)
存储过程详解
FFmpeg 的AVCodecContext结构体详解
rust使用mysql插入数据
史上最全!47个“数字化转型”常见术语合集,看完秒懂~
Reading IDEO, Design Changes Everything
How to create short images and short videos from the media?How to make the click volume reach 10W?
[C language] Analysis of function recursion (2)
C# using 使用方法
多个驻外使领馆发提醒 事关赴华出行、人身财产安全
【C语言】虐打循环练习题(2)
关于C#使用DateTime数据的细节
社区收藏缓存设计重构实战