ParticleNet icon indicating copy to clipboard operation
ParticleNet copied to clipboard

ValueError in the model initialization

Open RoyHirsch opened this issue 5 years ago • 0 comments

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.

RoyHirsch avatar Jul 29 '20 11:07 RoyHirsch