changeset 463:8df9179b3239

Updated file locations
author Joseph Turian <turian@iro.umontreal.ca>
date Wed, 08 Oct 2008 17:31:26 -0400
parents 1243716ade6a
children 121cc6db4481
files sandbox/embeddings/parameters.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sandbox/embeddings/parameters.py	Wed Oct 08 01:09:23 2008 -0400
+++ b/sandbox/embeddings/parameters.py	Wed Oct 08 17:31:26 2008 -0400
@@ -1,8 +1,8 @@
 """
 Locations of the embedding data files.
 """
-WEIGHTSFILE     = "/u/turian/data/word_embeddings.collobert-and-weston/lm-weights.txt"
-VOCABFILE       = "/u/turian/data/word_embeddings.collobert-and-weston/words.asc"
+WEIGHTSFILE     = "/home/fringant2/lisa/data/word_embeddings.collobert-and-weston/lm-weights.txt"
+VOCABFILE       = "/home/fringant2/lisa/data/word_embeddings.collobert-and-weston/words.asc"
 NUMBER_OF_WORDS = 30000
 DIMENSIONS      = 50
 UNKNOWN         = "UNKNOWN"