|
pooled_ = tf.reshape(pooled, [input_shape[0] * input_shape[1] * input_shape[2] * input_shape[3]]) |
Shows me the following error when i create the model:
pooled_ = tf.reshape(pooled, [input_shape[0] * input_shape[1] * input_shape[2] * input_shape[3]])
TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'
tensorflow_unpooling/unpool.py
Line 20 in e45e03d
Shows me the following error when i create the model:
pooled_ = tf.reshape(pooled, [input_shape[0] * input_shape[1] * input_shape[2] * input_shape[3]])
TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'