You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
您好,我想请教一下,当我执行net = tf.layers.dense(patterns, 3, activation=tf.nn.relu, name="outnet_fc1")的时候报错:
ValueError: Input graph and Layer graph are not the same: Tensor("Reshape_1:0", shape=(?, 256), dtype=float32) is not from the passed-in graph.可能是什么问题,应该怎么解决了
The text was updated successfully, but these errors were encountered:
您好,我想请教一下,当我执行net = tf.layers.dense(patterns, 3, activation=tf.nn.relu, name="outnet_fc1")的时候报错:
ValueError: Input graph and Layer graph are not the same: Tensor("Reshape_1:0", shape=(?, 256), dtype=float32) is not from the passed-in graph.可能是什么问题,应该怎么解决了
The text was updated successfully, but these errors were encountered: