gpt4 book ai didi

javascript - 如何使用keras/tensorflow将tfjs模型加载到python中

转载 作者:行者123 更新时间:2023-11-28 18:08:51 35 4
gpt4 key购买 nike

我有一个预训练的 tfjs 模型,我想使用 keras/tensorflow 将它加载到 python 中

我找到了如何转换 tf 和 keras model to tfjs models.以及如何load tfjs model using js ,

如何将模型加载到 python 中?

最佳答案

您可以使用 model save API 从 JS 保存 tfjs 模型.

然后您可以使用 tfjs-converter 将模型转换为 python 兼容格式.最后,您应该能够使用 keras 加载模型 API 在 python 中使用 load_model。

tf.keras.models.load_model(
filepath,
custom_objects=None,
compile=True
)

关于javascript - 如何使用keras/tensorflow将tfjs模型加载到python中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51948810/

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