This video shows how to use TensorFlow to process our own data.
The data used here is CIFAR10 binary version.
Download link: https://www.cs.toronto.edu/~kriz/cifa...
The final performance on test data is 78.3% with 10K training steps.
More can be done to improve the performance.
(Compare with TensorFlow website examples: they use 100K training steps, 8 hours training time, they got 83% on test data)
The code will be uploaded to my Github soon.
コメント