Why does TensorFlow function returning a symbolic error even when it is set to run eager mode
Following basic code which I am trying to debug for transformer implementation and I am facing this problem where tf.math.equal(seq, 0) return a symbolic tensor.