aSleepyTree / FreqMamba

18 stars 0 forks source link

Your input tensor xs has a size of 174182400, which can't be trans to [1, 4, -1, 921600] ([B, K, -1, L]). The xs gained from `xs = torch.stack([x1, x2, x3, x4],dim=1)` is supposed to be divisible by 4. Did you change anything? #4

Closed Yolo1-gguo closed 2 weeks ago

Yolo1-gguo commented 2 weeks ago
          Your input tensor xs has a size of 174182400, which can't be trans to [1, 4, -1, 921600] ([B, K, -1, L]). The xs gained from `xs = torch.stack([x1, x2, x3, x4],dim=1)` is supposed to be divisible by 4. Did you change anything?

Originally posted by @aSleepyTree in https://github.com/aSleepyTree/FreqMamba/issues/3#issuecomment-2421369630

Yolo1-gguo commented 2 weeks ago

Hello, I used my own dataset and used your freqmamba _ arch module, and nothing has been changed to the things inside this module.

aSleepyTree commented 2 weeks ago

I don't understand. The second dimension of xs is certain to be 4, and maybe you should check the intermediate variables.