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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -