Viewing a single comment thread. View all comments

Spare_Side_5907 t1_jb0rhw1 wrote

Is this similar to Toeplitz Neural Network for Sequence Modeling https://openreview.net/forum?id=IxmWsm4xrua ?

2

bo_peng OP t1_jb1qws0 wrote

TNN is like convolution, while RWKV can be written as a CNN too (RWKV v1 is a CNN). So there's some similarity, though not much :)

2

estrafire t1_jc2umln wrote

Any particular reason for moving from CNN to RNN?

1