0
点赞
收藏
分享

微信扫一扫

170715 Keras Learning Notes(TBC)


  • tensorflow 与 theano中关于图像维度的定义不同

tensorflow: (64,64,3) # rgb在末端
theano: (3,64,64) # rgb在前端

from keas import backend as K
K.set_image_dim_ordering('tf')

​​Getting Tensorflow, Theano and Keras on Windows​​



举报

相关推荐

0 条评论