codekansas / keras-language-modeling

:book: Some language modeling tools for Keras
https://codekansas.github.io/language
MIT License
658 stars 171 forks source link

Keras 2 compatibility #39

Closed zzaibi closed 7 years ago

zzaibi commented 7 years ago

I struggled a lot to make the code under keras 2. Could you provide an updated version?

Thanks much!

codekansas commented 7 years ago

Hi, I don't plan to update this repo to Keras 2. However, I've rewritten some of the classes in another repository using Keras 2 here, such as the recurrent attention wrapper.