code is partly incorrect, please do not use tf.equal and also in accuracy we check if if the values of two operands are equal or not , so use == between the actual targets and predictions.
code is partly incorrect, please do not use tf.equal and also in accuracy we check if if the values of two operands are equal or not , so use == between the actual targets and predictions.