karpathy / char-rnn

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

How to extract the weights from the checkpoint files? #208

Open EllieAz opened 6 years ago

EllieAz commented 6 years ago

Hi, What is the format of the data stored in the checkpoint files? Are they all stored within one table? How to access those data in the tables for extracting the weights?

Thanks