tensorflow - logits and labels must have the same first dimension -
i trying create recipe generator @ kaggle using tensorflow , lstm. totally stuck in related dimesions. can point me out in right direction?
thanks much!
i think issue that
training_batches[0][1]
is list , not numpy.array, should modify create_datasets accordingly...
Comments
Post a Comment