Reputation: 775
Is it possible in keras to [Reshape][1]
an array in eras by only specifying one of the two dimension, such that the last dimension fits accordingly?
In my case i have (30,1,2080) and i want to reshape it to (15,)
Upvotes: 1
Views: 649