DOsinga / deep_learning_cookbook

Deep Learning Cookbox
Apache License 2.0
686 stars 335 forks source link

8.1 error in seq2seq #42

Closed hpharmsen closed 5 years ago

hpharmsen commented 5 years ago

ValueError: Input 0 is incompatible with layer repeat_vector_2: expected ndim=2, found ndim=3

Actually in repeat = RepeatVector(max_expected_len)(question) Outdated Keras version?