SenticNet / personality-detection

Implementation of a hierarchical CNN based model to detect Big Five personality traits
http://sentic.net/deep-learning-based-personality-detection.pdf
MIT License
475 stars 167 forks source link

Process is getting killed #2

Closed JafferWilson closed 6 years ago

JafferWilson commented 6 years ago

Hello, I am trying to run your repository as per your instructions. I am getting the following error:

python process_data.py ./GoogleNews-vectors-negative300.bin ./essays.csv ./mairesse.csv
loading data... data loaded!
number of status: 2467
vocab size: 30391
max sentence length: 149
Killed

Kindly help me.

ghost commented 5 years ago

Hey, How did you mange to resolve this issue? I'm running into the same one myself and am rather stumped currently!

JafferWilson commented 5 years ago

@m-nevin I didn't resolved it. I left this repository as there wasn't any replies for days. Here I guess no one had time to even look into the issue. Hence, I went for something else. I was trying to use it for my project of sentiment analysis.

ghost commented 5 years ago

@JafferWilson - Ah that's unfortunate, I was hoping to get some personality detection working myself. Doesn't appear to be a readily maintained repo unfortunately.

JafferWilson commented 5 years ago

@m-nevin Yeah. I know. They say they will help but they are busy with other work so they can't.

ghost commented 5 years ago

Shame, taking quick look I can see a few potential points of friction that might be causing this, I'm going to see if I can get this working, if so i will fork and push it for other if theres's interest

JafferWilson commented 5 years ago

Thank you @m-nevin if you get then please do share.