codekansas / keras-language-modeling

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

Adding one channel to the input data #15

Open wailoktam opened 8 years ago

wailoktam commented 8 years ago

Hi, thanks for your great work on sharing the one and only working keras-based implementation of deep learning models for NLP that can be found on the web.

Suppose I want to move on to something original by adding one or more channels to the input data,which may be a color channel in image or another language, can you suggest which parts of your code I should look into and share with me any of your ideas on the actual changes needed?

I have had a lot of pains before with getting dimensions of layers matching and doing away with the unused output warning. I would be extremely grateful if you can offer any help.