dennybritz / cnn-text-classification-tf

Convolutional Neural Network for Text Classification in Tensorflow
Apache License 2.0
5.64k stars 2.77k forks source link

Encoding problem #114

Open mikesafar opened 6 years ago

mikesafar commented 6 years ago

I got this to run in PyDev on Eclipse, but only after I added:

encoding="utf-8"

To each of the open data lines.