gpt4 book ai didi

tensorflow - 如何将 tensorflow.js 模型和权重转换为标准 tensorflow?

转载 作者:行者123 更新时间:2023-12-03 22:11:14 28 4
gpt4 key购买 nike

我想将模型及其各自训练的权重从 tensorflow.js 转换为标准 tensorflow,但无法弄清楚如何做到这一点,tensorflow.js 的文档对此没有任何说明

我有一个 manifest.json 和许多其他文件,对应于每一层的权重和偏差,我想得到一个 .bytes 文件,用于标准版本的 tensorflow

我检查了其他可能稍微相关的问题的答案
How to download models and weights from tensorflow.js
(我问了那个问题)这只是部分回答,没有给出关于这个问题的任何提示的答案

最佳答案

Tensorflow.js 转换器可以使用以下参数将 tfjs 模型转换为 Keras HDF5 格式:

tensorflowjs_converter --input_format=tfjs_layers_model --output_format=keras path/to/tfjs_files path/to/save_keras_hdf5
你可以看看 here用于安装转换。
将模型转换为 Keras HDF5 后,您可以将其转换为 TensorFlow SavedModel 格式。所以,这个 thread可能会有所帮助。
注:这适用于“tfjs 层模型”格式的模型,但不适用于 tfjs graph model格式。

关于tensorflow - 如何将 tensorflow.js 模型和权重转换为标准 tensorflow?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54242701/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com