titu1994 / Keras-Group-Normalization

A Keras implementation of https://arxiv.org/abs/1803.08494

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError

hellojialee opened this issue · comments

TypeError: Failed to convert object of type <class 'list'> to Tensor. Contents: [-1, 32, None, None, 2]. Consider casting elements to a supported type.

inputs = K.reshape(inputs, group_shape)

Ps: my tensorflow version is 1.4.