senarvi / theanolm

TheanoLM is a recurrent neural network language modeling tool implemented using Theano
Apache License 2.0
81 stars 29 forks source link

Save the dictionary in a model file #7

Closed senarvi closed 8 years ago

senarvi commented 8 years ago

The dictionary would be nice to have stored in the model .npz file, so that the user doesn't need to enter it in the command line, when using a model. There's also the possibility of problems because the user needs to have the same dictionary that was used to train the model.