The mistake you’re getting might be caused due to the way you defined input1
and input2
in Siamese(..)
function. Note, that both inputs in our case are of dtype tf.string
.
2 Likes
The mistake you’re getting might be caused due to the way you defined input1
and input2
in Siamese(..)
function. Note, that both inputs in our case are of dtype tf.string
.