Skip to content

puneetbhakar/Emocontext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Download Instructions -

  1. Download glove.6B.zip from https://nlp.stanford.edu/projects/glove/
  2. Add GloVe directory path for glove.6B.100d.txt in testBaseline.config file.
  3. Download training and testing data from the location shared by organizers.
  4. Update paths of train and test data in testBaseline.config file.

NOTE: Path should have '/' or '\'

Keras Installation

  1. Install Conda in python 3.5 or above from https://conda.io/miniconda.html
  2. Run below command to create and activate Keras environment
conda create --name kerasEnv python=3.5
activate kerasEnv
  1. Install CNTK followed by Keras using below command
(kerasEnv) pip install cntk
(kerasEnv) pip install keras
(kerasEnv) set "KERAS_BACKEND=cntk"
(kerasEnv) python baseline.py -config /path/to/configFile

NOTE: All above Instructions are tested on WINDOWS machines.

About

SemEval19 Task3 emocontext

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages