Replies: 4 comments 1 reply
This comment has been hidden.
This comment has been hidden.
-
json格式是新IR格式,如果想得到旧的pdmodel可以 export FLAGS_enable_pir_api=0,后重新导一遍。 |
Beta Was this translation helpful? Give feedback.
-
我尝试按照你说的使用from ppocr.modeling.architectures import SLANet 导出一个表格模型 以下是我的代码:
|
Beta Was this translation helpful? Give feedback.
-
之前是机器人回复的,不一定正确,请按照第二次回复的尝试。 |
Beta Was this translation helpful? Give feedback.
-
我想将SLANET表格识别模型导出成静态模型,采用的网络结构是TableAttentionHead,以下是我的导出代码:
导出模型后发现只导出了static_model.json和static_model.pdiparams,并没有看到pdmodel,请问是我哪里操作不对吗?
Beta Was this translation helpful? Give feedback.
All reactions