I want build one keras Layer as follows. The input dimension is (None,16,3) and i want used it in "for loop". but When I used this layer in Sequential Model ,i get this error:
ValueError: Cannot convert a partially known TensorShape to a Tensor: (?, 16, 3)
I want build one keras Layer as follows. The input dimension is (None,16,3) and i want used it in "for loop". but When I used this layer in Sequential Model ,i get this error:
ValueError: Cannot convert a partially known TensorShape to a Tensor: (?, 16, 3)
can someone help me??