Skip to content

Commit

Permalink
add link to example input files
Browse files Browse the repository at this point in the history
  • Loading branch information
zxie committed Sep 17, 2015
1 parent 4e5d2ab commit d866ea7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ For more information please see the [project page](http://deeplearning.stanford.
Our neural net code runs on the GPU using [Cudamat](https://github.com/cudamat/cudamat)
We use a forked version of Cudamat to add an extra function which you can find [here](https://github.com/awni/cudamat). If you need a more recent version of cudamat you can likely take just the extra function and apply the patch to the most recent version of Cudamat.

Example feat#.bin, keys#.txt, and alis#.txt files for small subset of TIMIT training data can be
found [here](http://deeplearning.stanford.edu/lexfree/timit/).

For details about the algorithms used please see our NAACL paper. Also please cite that paper when using this code:
```
@inproceedings{lexfree2015,
Expand Down

0 comments on commit d866ea7

Please sign in to comment.