当前位置:网站首页>【解决方案】PaddlePaddle 2.x调用静态图模式
【解决方案】PaddlePaddle 2.x调用静态图模式
2022-07-04 19:28:00 【Allenpandas】
问题分析
In PaddlePaddle 2.x, we turn on dynamic graph mode by default, and '%s()' is only supported in static graph mode. So if you want to use this api, please call 'paddle.enable_static()' before this api to enter static graph mode." % func.__name__
AssertionError:
In PaddlePaddle 2.x, we turn on dynamic graph mode by default, and 'data()' is only supported in static graph mode. So if you want to use this api, please call 'paddle.enable_static()' before this api to enter static graph mode.
问题说在PaddlePaddle包的2.X版本中,默认是启动动态图模式的。但是data()和%s只能在静态图模式下被支持,如果想调用这个api的话,必须在调用api之前添加paddle.enable_static()这一行代码。
解决方案
# 导入paddlepaddle包
import paddle
# 紧跟着开启静态图模式
paddle.enable_static()
边栏推荐
- Ten years' experience of byte test engineer directly hits the pain point of UI automation test
- acwing 3302. 表达式求值
- What is involution?
- 分析伦敦银走势图的技巧
- jekins初始化密码没有或找不到
- 伦敦银走势图分析的新方法
- How does the computer save web pages to the desktop for use
- Practice examples to understand JS strong cache negotiation cache
- 记录线上bug解决list(未完待续7/4)
- 电脑页面不能全屏怎么办?Win11页面不能全屏的解决方法
猜你喜欢

Ziguang zhanrui completed the first 5g R17 IOT NTN satellite on the Internet of things in the world
node强缓存和协商缓存实战示例

idea配置标准注释

Idea configuration standard notes

What if the brightness of win11 is locked? Solution to win11 brightness locking
MySQL中的日期时间类型与格式化方式

Win11亮度被锁定怎么办?Win11亮度被锁定的解决方法

Automatic generation of interface automatic test cases by actual operation
![NLP, vision, chip What is the development direction of AI? Release of the outlook report of Qingyuan Association [download attached]](/img/79/82763392e74d102921b4e8e601d4c6.png)
NLP, vision, chip What is the development direction of AI? Release of the outlook report of Qingyuan Association [download attached]

Flet教程之 05 OutlinedButton基础入门(教程含源码)
随机推荐
分析伦敦银走势图的技巧
Is it necessary to apply for code signing certificate for software client digital signature?
最长的可整合子数组的长度
Idea plug-in
电脑怎么保存网页到桌面上使用
BFC面试简述
奏响青春的乐章
Oracle database, numbers Force 2 decimal places to display-Alibaba Cloud
剑指 Offer II 80-100(持续更新)
Idea restore default shortcut key
Après l'insertion de l'image dans le mot, il y a une ligne vide au - dessus de l'image, et la disposition est désordonnée après la suppression
idea插件
Browser render page pass
How to solve the problem that win11 cannot write the value to the registry key?
WinCC7.5 SP1如何通过交叉索引来寻找变量及其位置?
Redis分布式锁的实现
MySQL --- 数据库查询 - 聚合函数的使用、聚合查询、分组查询
Talking about cookies of client storage technology
看腾讯大老如何做接口自动化测试
How to adapt your games to different sizes of mobile screen