Mercurial > pylearn
comparison sandbox/embeddings/parameters.py @ 461:1243716ade6a
Rearranged
author | Joseph Turian <turian@iro.umontreal.ca> |
---|---|
date | Wed, 08 Oct 2008 01:09:23 -0400 |
parents | sandbox/embeddings/files.py@f400f62e7f9e |
children | 8df9179b3239 |
comparison
equal
deleted
inserted
replaced
460:fda72e944104 | 461:1243716ade6a |
---|---|
1 """ | |
2 Locations of the embedding data files. | |
3 """ | |
4 WEIGHTSFILE = "/u/turian/data/word_embeddings.collobert-and-weston/lm-weights.txt" | |
5 VOCABFILE = "/u/turian/data/word_embeddings.collobert-and-weston/words.asc" | |
6 NUMBER_OF_WORDS = 30000 | |
7 DIMENSIONS = 50 | |
8 UNKNOWN = "UNKNOWN" |