Mercurial > pylearn
view embeddings/parameters.py @ 482:b15dad843c8c
bugfix
author | Olivier Breuleux <breuleuo@iro.umontreal.ca> |
---|---|
date | Tue, 28 Oct 2008 00:23:13 -0400 |
parents | a07948f780b9 |
children | 3daabc7f94ff |
line wrap: on
line source
""" Locations of the embedding data files. """ 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"