codekansas / keras-language-modeling

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

How to adapt to Keras 1.03 #9

Closed wailoktam closed 8 years ago

wailoktam commented 8 years ago

I would like to figure out what is going on with the warning about unused output and modify the code. What do I need to do to get the codes here to run on Keras 1.03? Many thanks in advance.

codekansas commented 8 years ago

The unused output warning doesn't actually cause a problem, but if you'd like to get rid of it, it was discussed here https://github.com/codekansas/keras-language-modeling/issues/7