Closed mywebinfo65536 closed 1 year ago
Hi, I found that there is a pos_embed module in CBlock、SABlock and SABlock_windows, is it need for every Block or just need position embeding in the first Block like CBlock ?
Thanks for your question! Adding more pos_embed actually improves the accuracy. Since it is lightweight, I suggest adding it to every block.
ok, thanks for reply. I will try it later.
Hi, I found that there is a pos_embed module in CBlock、SABlock and SABlock_windows, is it need for every Block or just need position embeding in the first Block like CBlock ?