有没有办法告诉TFLearn以V2格式保存检查点?我正在使用当前(r0.12.1)版本的TensorFlow。如果您遵循一个简单的示例,如:
WARNING:tensorflow:*******************************************************
WARNING:tensorflow:TensorFlow's V1 checkpoint format has been deprecated.WARNING:te
如何使用默认tensorflow会话的预测作为新tensorflow会话的输入。我有一个检测模型,检测到的对象应该作为输入传递给新的模型进行分类,当我尝试这样做时,我得到了资源耗尽错误。, scores, classes, num_detections] )
""" I want to use the predicted values to another tensorflow
我已经将tf_upgrade_v2 TF1代码升级到了TF2。我两个都是新手。我得到了下一个错误: RuntimeError: tf.placeholder() is not compatible with eager execution. 我有一些tf.compat.v1.placeholder()。 self.temperature = tf.compat.v1.placeholder_with_default(1., shape=())
self.edges_labels = tf.compat.v1.placeholder(dtype=tf.int64, shape=(None, v