hunkim / word-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for word-level language models in Python using TensorFlow.
MIT License
1.3k stars 493 forks source link

Decay learning rate #41

Closed normanheckscher closed 7 years ago

normanheckscher commented 7 years ago

Allow % of GPU memory to be allocated

hunkim commented 7 years ago

Is this related to #39?