gpt4 book ai didi

tensorflow - 未实现错误 : Operation of type AssignVariableOp (AssignVariableOp) is not supported on the TPU for inference

转载 作者:行者123 更新时间:2023-12-01 12:09:21 24 4
gpt4 key购买 nike

我正在尝试导出 TPUEstimator 类型的分类器的 SavedModel。由于我正在尝试导出模型以在 GPU/CPU 上运行预测,因此 TPUEstimator 的 use_tpu 参数设置为 False。

当我尝试保存模型时,抛出以下错误:

NotImplementedError: Operation of type AssignVariableOp
(AssignVariableOp) is not supported on the TPU for inference. Execution
will fail if this op is used in the graph. Make sure your variables are
using variable_scope.

由于我计划通过 GPU/CPU 为模型提供服务,因此 Op 应该不是问题。如何将此估算器导出为 SavedModel?

最佳答案

这可能会有所帮助,就在调用 export_savedmodel(...) 调用之前

estimator._export_to_tpu = False

关于tensorflow - 未实现错误 : Operation of type AssignVariableOp (AssignVariableOp) is not supported on the TPU for inference,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53432173/

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