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

Added summary for tensorboard to the save directory #83

Closed nweinstein7 closed 7 years ago

nweinstein7 commented 7 years ago

This summarizes the graph and the cost function in tensorboard.

ubergarm commented 7 years ago

@nweinstein7 thanks, but using #89 for adding some Tensorboard instrumentation to a logs directory. There is definitely more that could be improved including more namespaces, and possibly images / embeddings etc if you're interested.

Yes, moving the loop counter calculation into a variable would be cleaner.

Thanks