gpt4 book ai didi

machine-learning - 从tensorflow保存示例文本分类模型tensorflow/examples/learn/text_classification.py

转载 作者:行者123 更新时间:2023-11-30 09:19:08 25 4
gpt4 key购买 nike

我们正在尝试使用 TensorFlow 示例 (tensorflow/examples/learn/text_classification.py) 中的文本分类示例。它适用于 db_pedia 数据。

现在我们正在尝试使用 Saver 保存/恢复模型,但我们不知道在哪里使用 Saver API,因为 text_classification.py 中的代码根本不使用 Session,并且 Saver API 需要 session 来保存/恢复。

最佳答案

此示例使用tf.estimator.Estimator ,有一个特殊的方法 export_savedmodel用于保存。

此外,您还可以在 constructor 中指定 model_dir :

Directory to save model parameters, graph and etc. This can also be used to load checkpoints from the directory into a estimator to continue training a previously saved model. If None, the model_dir in config will be used if set. If both are set, they must be same. If both are None, a temporary directory will be used.

关于machine-learning - 从tensorflow保存示例文本分类模型tensorflow/examples/learn/text_classification.py,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46710073/

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