view pylearn/datasets/embeddings/parameters.py @ 1379:d90971353e22

remove reference to fringant2 that don't exist anymore.
author Frederic Bastien <nouiz@nouiz.org>
date Thu, 02 Dec 2010 12:46:50 -0500
parents bd777e960c7c
children
line wrap: on
line source

"""
Locations of the embedding data files.
"""
WEIGHTSFILE     = "/data/lisa/data/word_embeddings.collobert-and-weston/lm-weights.txt"
VOCABFILE       = "/data/lisa/data/word_embeddings.collobert-and-weston/words.asc"
#WEIGHTSFILE     = "/home/joseph/data/word_embeddings.collobert-and-weston/lm-weights.txt"
#VOCABFILE       = "/home/joseph/data/word_embeddings.collobert-and-weston/words.asc"
NUMBER_OF_WORDS = 30000
DIMENSIONS      = 50
UNKNOWN         = "UNKNOWN"