ValueError: Unable to create tensor for 1 dataset but not the other of same type

OMG I am the worst.
The labels in the other dataset were numbers as strings instead of ints.
Changing to int has worked.