Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Numpy array dimensions should be [Channels x Height x Width], NOT [Height x Width x Channels] If an image mean file is supplied with channels as the last dimension, classify.py throws errors like: ValueError: operands could not be broadcast together with shapes (3,227,227) (256,0,225) (3,227,227)
- Loading branch information