C3W3: exercise 4 Classify

Hi @Juan_David_Vargas_Al

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