当前位置:网站首页>【解决方案】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()
边栏推荐
猜你喜欢
idea配置标准注释
Understand the reading, writing and creation of files in go language
黄金k线图中的三角形有几种?
电脑共享打印机拒绝访问要怎么办
[Beijing Xunwei] i.mx6ull development board porting Debian file system
Hands on deep learning (III) -- convolutional neural network CNN
FS4061A升压8.4V充电IC芯片和FS4061B升压12.6V充电IC芯片规格书datasheet
Aiming at the "amnesia" of deep learning, scientists proposed that based on similarity weighted interleaved learning, they can board PNAS
What is involution?
电脑页面不能全屏怎么办?Win11页面不能全屏的解决方法
随机推荐
九齐单片机NY8B062D单按键控制4种LED状态
What if the brightness of win11 is locked? Solution to win11 brightness locking
伦敦银走势图分析的新方法
Understand Alibaba cloud's secret weapon "dragon architecture" in the article "science popularization talent"
Cdga | six principles that data governance has to adhere to
From automation to digital twins, what can Tupo do?
哈希(Hash)竞猜游戏系统开发功能分析及源码
奏响青春的乐章
Why is the maximum speed the speed of light
So this is the BGP agreement
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
How to adapt your games to different sizes of mobile screen
Lingyun going to sea | Murong Technology & Huawei cloud: creating a model of financial SaaS solutions in Africa
Play the music of youth
After inserting a picture into word, there is a blank line above the picture, and the layout changes after deletion
Qt五子棋人机对战画棋子之QPainter的使用误区总结
Understand the reading, writing and creation of files in go language
go语言笔记(4)go常用管理命令
Reinforcement learning - learning notes 2 | value learning
WinCC7.5 SP1如何通过交叉索引来寻找变量及其位置?