karpathy / char-rnn

Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
11.58k stars 2.58k forks source link

How can I obtain the trained parameters? #205

Open wjqwsp opened 6 years ago

wjqwsp commented 6 years ago

Hello, I am a beginner in RNN and LSTM.I have trained the model by default settings.However, instead of the model itself, I pay attention to the trained parameters, such as the weights and bias.So, How can I get the weights and bias from the .t7 file?