Tensorflow: INVALID_ARGUMENT: logits and labels must have the same first dimension, got logits shape [32,2] and labels shape [64]
I’m using tensorflow to test the accuracy of a dataset. You can find my full code as well as the dataset here
I’m using tensorflow to test the accuracy of a dataset. You can find my full code as well as the dataset here