I\'m trying to use Perceptron to reduce a tensor of size: [1, 24, 768] to another tensor with size of [1, 1, 768]. The only way I could use was to firs
[1, 24, 768]
[1, 1, 768]