ChamiJ

Results 3 comments of ChamiJ

Hi, Did you find how to to plot confusion matrix for this model ? if so, please be kind enough to share it with me.

> I tried to use code below to plot confusion matrix: > > print('Final test accuracy = %.1f%% (N=%d)' % (test_accuracy * 100, len(test_bottlenecks))) > confusion = tf.confusion_matrix(labels=test_ground_truth, predictions=predictions, num_classes=class_count)...

> Thank you for this excellent example. Great idea. I have found the accuracy of the model quite low for me (~20%) and incorrect letters are often suggested. I decided...