Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix data shape for classification images (#9)
Data argument (https://www.tensorflow.org/api_docs/python/tf/summary/image#arguments) for `tf.summary.image` expects data to have the shape `[k, h, w, c]`
- Loading branch information