We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ad6b5 commit 30b2f7bCopy full SHA for 30b2f7b
textClassifierRNN.py
@@ -1,3 +1,5 @@
1
+# author - Richard Liao
2
+# Dec 26 2016
3
import numpy as np
4
import pandas as pd
5
import cPickle
@@ -79,7 +81,7 @@ def clean_str(string):
79
81
print y_train.sum(axis=0)
80
82
print y_val.sum(axis=0)
83
-GLOVE_DIR = "/ext/home/analyst/Testground/data/glove"
84
+GLOVE_DIR = "~/Testground/data/glove"
85
embeddings_index = {}
86
f = open(os.path.join(GLOVE_DIR, 'glove.6B.100d.txt'))
87
for line in f:
0 commit comments