hundredblocks / concrete_NLP_tutorial

An NLP workshop about concrete solutions to real problems
1.08k stars 444 forks source link

keras.layers no longer has Merge in it. #12

Closed hovikgas closed 3 years ago

hovikgas commented 3 years ago

It has been replaced by Concatenate, so the code will not run as is.

hundredblocks commented 3 years ago

Thanks for opening the issue @hovikgas . I've updated the code to use Concatenate instead, and took the opportunity to refresh word2vec download instructions to be more in line with recent gensim docs.

I'll close the issue since this should fix it, feel free to reopen if that is not the case.