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?

https://www.kaggle.com/pablocastilla/d/kaggle/recipe-ingredients-dataset/ingredients-recomender-using-lstm-with-tensorflow/run/1066831

thanks much!

i think issue that

training_batches[0][1]  

is list , not numpy.array, should modify create_datasets accordingly...


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -