标签: python tensorflow tensorflow-serving
我在GPU中训练了以下link中指定的模型。
尝试在没有GPU的计算机上提供服务时,我收到错误未找到GPU / O 。
在线找到资源,要求设置clear_devices = True以解决此问题。
clear_devices = True
但是tf.estimator.Estimator没有这样的字段集。还有其他方法可以解决这个问题吗?
tf.estimator.Estimator