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 960 forks source link

Not a big deal but your output files are not part of .gitignore #5

Closed richtera closed 7 years ago

richtera commented 8 years ago

These show as modified:

data/tinyshakespeare/data.npy
data/tinyshakespeare/vocab.pkl
model.pyc
sample.pyc
train.pyc
utils.pyc
sherjilozair commented 8 years ago

I'm sorry I just don't do git add ., so didn't face this problem.

I'll fix this soon. Thanks for the report.