johnb30 / py_crepe

Keras implementation of the Crepe character-level convolutional neural net.
74 stars 33 forks source link

something about the output #3

Closed VincentRong closed 7 years ago

VincentRong commented 7 years ago

Hi, thanks for your source code firstly.

And I found that in 'main.py', the output items include 'test_loss, test_accuracy', maybe it should be 'test_loss_avg, test_accuracy_avg'?

johnb30 commented 7 years ago

Addressed by #4. Thanks for the issue!