yoonkim / CNN_sentence

CNNs for sentence classification
2.05k stars 826 forks source link

CNN-multichannel mode #14

Closed HaotianMXu closed 7 years ago

HaotianMXu commented 8 years ago

Hi yoonkim,

Are you going to add CNN-multichannel mode to this code? Thanks!

dinara92 commented 7 years ago

https://github.com/flipkart-incubator/optimus/blob/master/cnn_text_trainer/core/multichannel/model.py In this CNN model is shown how to create multiple channels, I suggest to refer to this one