You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using TF 2.4 and this line predict_mask_correct_token = tf.reduce_sum(predict * output_mask_tensor) gives error TypeError: Cannot convert 'logits' to EagerTensor of dtype float
Any ideas?
The text was updated successfully, but these errors were encountered:
I'm using TF 2.4 and this line
predict_mask_correct_token = tf.reduce_sum(predict * output_mask_tensor)
gives errorTypeError: Cannot convert 'logits' to EagerTensor of dtype float
Any ideas?
The text was updated successfully, but these errors were encountered: