PyxLSTM icon indicating copy to clipboard operation
PyxLSTM copied to clipboard

May be wrong code

Open pilgrimygy opened this issue 1 year ago • 1 comments

https://github.com/muditbhargava66/PyxLSTM/blob/a34c2526aa2646203e6d512ed3186765bbd20b3b/xLSTM/mlstm.py#L89

This code will make a wrong in: https://github.com/muditbhargava66/PyxLSTM/blob/a34c2526aa2646203e6d512ed3186765bbd20b3b/xLSTM/mlstm.py#L68

RuntimeError: The size of tensor a (2534) must match the size of tensor b (256) at non-singleton dimension 1

Can you please check it?

pilgrimygy avatar May 15 '24 08:05 pilgrimygy

I also encountered this issue, which occurs when running the test_mlstm.py module.

liuzeyu6 avatar May 21 '24 07:05 liuzeyu6

I also encountered this bug

yangzhanpeng9 avatar May 30 '24 11:05 yangzhanpeng9

The issue has been definitively resolved in the latest update, Version 2.0.0.

muditbhargava66 avatar Jun 26 '24 21:06 muditbhargava66