hunkim / word-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for word-level language models in Python using TensorFlow.
MIT License
1.3k stars 494 forks source link

How can I add accuracy during training and validation? #57

Open Crista23 opened 7 years ago

Crista23 commented 7 years ago

I would like to see if the model improves during training or is overfitting. To this end, I would like on the one hand to add accuracy as a metric besides loss, and a validation set to see the validation loss and accuracy. I am new to Tensorflow, is there any easy way to do it? Thanks!

abubakar-ucr commented 5 years ago

Did someone post a solution to this? or @Crista23, did you find something yourself.