Hello. Thank you for your answer. But the squeeze block accepts only signals where there is a 1. For eg, in my case, it will accept 400x1x2x2 and then it will output 400x2x2.
My problem is how to convert it from 400x6x2x2 to 400x1x2x2?
If you want to reduce the amount of data by a factor of six, you will need to specify what process is transforming each of those sets of 6 numbers into 1. Do you want to extract just one element, add them together, average them, etc.?