akaashdash / xlstm

MIT License
34 stars 3 forks source link

About the ratio of blocks in XLSTM #5

Open dingjianpingzuishuai opened 3 months ago

dingjianpingzuishuai commented 3 months ago

Excuse me. I noticed in the XLSTM paper that the authors use XLSTM[a:b] to represent the ratio a/b of mLSTM-based xLSTM blocks to slstm-based xLSTM blocks. But I don't seem to find an implementation of this part of the functionality in your code.