senarvi / theanolm

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

Let the user specify divisor for decreasing learning rate #4

Closed senarvi closed 6 years ago

senarvi commented 8 years ago

Add a command line argument for specifying the divisor used to decrease learning rate when the performance of the model has ceased to improve. Commonly values such as 1.2 and 1.5 are used instead of the 2.0 we're using currently.