greydanus / scribe

Realistic Handwriting with Tensorflow
https://greydanus.github.io/2016/08/21/handwriting/
248 stars 85 forks source link

added validation loss to training #3

Closed dribnet closed 7 years ago

dribnet commented 7 years ago

A quick implementation that I think is more or less working. The idea is to partition off 5% of the data for validation to check for overfitting during training, and also perhaps as a more deterministic metric across runs when testing hyperparameters.

Also snuck in a separate commit that removes .pyc files from the repo.