Theano后端的Keras2.0工具

时间:2019-01-11 08:45:42

标签: theano keras-2

我是一名新的keras学习者,我有一个问题,这是我的代码:

from keras.layers import Input

img = Input(batch_shape=(10, 3, 32, 32), name='input_img')
print(img.shape)

如果我使用tensorlow后端,则打印(10, 3, 32, 32)。 但是,如果我使用theano后端,则打印Shape.0。 为什么?

0 个答案:

没有答案