tensorflow 与 theano中关于图像维度的定义不同tensorflow: (64,64,3) # rgb在末端 theano: (3,64,64) # rgb在前端from keas import backend as KK.set_image_dim_ordering('tf')Getting Tensorflow, Theano and Keras on Windows