Niko

Results 39 comments of Niko

+1. x-tagGroups would be really handy 🙏

Can you please paste the whole stack trace? Also are you on Keras version 1?

We only used Theano, no Tensorflow. I think most experiments were run on Theano `0.8.2`.

> Can I use Keras here to implement the codes? @HangsunKim not sure I understand the question. You need `keras==1.1.0` and `pandas` installed, as stated in [requirements.txt](https://github.com/nikicc/twitter-emotion-recognition/blob/master/requirements.txt). After that, you...

> I asked this question because you somewhere indicated that the codes are run on theano. Yes, the models were trained using Keras with Theano backend. I'm not sure if...

> I get this error, ImportError: No module named html Are you sure you're on Python 3? `html` is a standard Python's [library](https://docs.python.org/3/library/html.parser.html).

> Do I just do "pip install theano" in my command prompt? To be sure, use the same version of Theano that I did: `pip install theano==0.8.2` should do it.