关于模型导出--output_node_names "transitions,Reshape_9" "transitions,Reshape_7" 什么意思 · Issue #117 · koth/kcws · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
模型导出时指定 output node 在解码的时候作为模型的输出;
训练的时候不是应该指定这两个名字吗?
我在bilstm.py 文件找到了 Reshape_7 这个output的定义
但没找到pos训练 Reshape_9 这个output的定义 以及transitions的定义,
这两个是tensorflow 默认的output node还是什么?
麻烦解释下,谢谢
The text was updated successfully, but these errors were encountered: