如何将Tensorflow model.json转换为model.pb文件

时间:2020-04-21 12:57:33

标签: tensorflow machine-learning computer-vision tensorflow2.0 tensorflow.js

我正在尝试将model.json中的张量流模型转换为model.pb格式。试图找到好的资源,但没有得到。我有model.json文件以及二进制重量文件。最初,我将它们转换为可以在浏览器上使用的格式,但现在需要将它们作为.pb文件。请帮忙。

https://www.tensorflow.org/js/tutorials/conversion/import_saved_model

2 个答案:

答案 0 :(得分:0)

据我所知,我们不支持使用JS。

现在只有Python saveModel-> JS,这样一个人就可以在浏览器环境中使用。

答案 1 :(得分:0)

您可以使用 TensorFlow.js 图形模型转换器:

https://github.com/patlevin/tfjs-to-tf

tfjs_graph_converter path/to/js/model path/to/frozen/model.pb