MrMimic

Results 3 issues of MrMimic

Hi all, I used to "improve" this code since a few weeks. I just bought GPUs and installed CUDA 8.0 with run scripts. Thus, I swich from _tensorflow_ to _tensorflow-gpu_...

Hello all, I modified Denny's code for **TF 1.0** and **multiclass classification** following this: [https://github.com/jiegzhan/multi-class-text-classification-cnn](https://github.com/jiegzhan/multi-class-text-classification-cnn) Everything' s fine, output classification looks good. But **instead of printing ONE category (the best...

Hi all, Thanks for this nice implementation. However, the dict constructed from the input data by the _Corpus()_ method has a shape: ``` { word_1: ID_1, word_2: ID_2 ... }...