Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] 希望添加将模型freeze成单pb文件的功能 #237

Open
yaleimeng opened this issue Sep 11, 2019 · 3 comments
Open
Assignees
Labels
enhancement New feature or request pinned

Comments

@yaleimeng
Copy link

目前的模型转换主要是为tf.serving用的,放在一个文件夹里,变量单独一个文件夹。
但有些场景需要使用单个pb文件的模型进行部署。原来做过ckpt到单pb文件转换是顺利的,但keras这种格式不熟悉。尝试了很多方案都没有转换成功。希望大佬可以添加这个选项。

@yaleimeng yaleimeng added the enhancement New feature or request label Sep 11, 2019
@BrikerMan
Copy link
Owner

这一块还没研究过,有什么相关资料推荐么?关于在什么场景下需要单个 pd 文件和如何转换的

@stale
Copy link

stale bot commented Oct 5, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Oct 5, 2019
@stale stale bot removed the wontfix This will not be worked on label Oct 5, 2019
@DevilCarp
Copy link

这一块还没研究过,有什么相关资料推荐么?关于在什么场景下需要单个 pd 文件和如何转换的

应该是使用Java环境部署模型并调用模型的时候使用pb模型文件。
ckpt转pb应该都是比较成熟的方案。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned
Projects
None yet
Development

No branches or pull requests

3 participants