sherjilozair / char-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
MIT License
2.64k stars 959 forks source link

.meta checkpoints are the same size? #120

Open jenniferzhu opened 6 years ago

jenniferzhu commented 6 years ago

I am trying to visualize the model using Netron. However, every .meta checkpoint files are the same size (2.1 MB), no matter how big is the input data I used. I am wondering if something wrong with my .meta files?