Open colinmford opened 6 years ago
It hasn't processed any of your fonts. Have you made sure that the training_files
and validation_files
arrays in settings.py
are set correctly?
I see what happened — The Readme mentions putting the font files in kern-dump
but doesn't mention explicitly splitting them into training and validation. Once I put files in validation
, it runs.
The Readme should probably make a mention of that. Otherwise, the code is working well!
Thanks!
Yeah, I only started doing that recently when I realised that both augmenting the data and getting keras to split some of the data off as validation samples was causing false positives. Will fix up the README.
I'm trying to run the training script on a group of fonts.
I've dumped the kerning, it's pickled all the fonts, etc. I'm running the script "out of the box" so to speak, with no adjustments to the settings.
When it comes to the "Training" portion I'm getting an error.
Printing
val_tensors
reveals that all my arrays are empty. Any idea of what I am doing wrong?