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
Hi,
I'm trying to run your code locally and incountered the following error while the model initialization:
ValueError: Output tensors to a Model must be the output of a TensorFlow Layer (thus holding past layer metadata). Found: Tensor("ParticleNet_10/dense_4/Softmax:0", shape=(?, 2), dtype=float32)
I was guessing that maybe one of the operation in the model is not a tf.Layer but i wasn't able to find the solution.
I will appriciate your help.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to run your code locally and incountered the following error while the model initialization:
ValueError: Output tensors to a Model must be the output of a TensorFlow
Layer
(thus holding past layer metadata). Found: Tensor("ParticleNet_10/dense_4/Softmax:0", shape=(?, 2), dtype=float32)I was guessing that maybe one of the operation in the model is not a tf.Layer but i wasn't able to find the solution.
I will appriciate your help.
The text was updated successfully, but these errors were encountered: