shahidalihakro

Results 5 issues of shahidalihakro

following example produce all true when sequence length is less than 30 but when it's above 30 it produce incorrect result in inference why. anyone know why it's like this...

Hello everyone, I wanted to ask if anyone has used Bidirectional Mamba during inference. It was introduced in the VIM paper, but as I understand, it's currently supporting full sequence...

Hello everyone, I wanted to ask if anyone has used Bidirectional Mamba during inference. It was introduced in the VIM paper, but as I understand, it's currently supporting full sequence...

I don't know why accuracy is 0 even I have set the path of pre-trained weights parser.add_argument('--finetune', default='/mnt/d/My experimets on mamba/Vim-main/vim_t_midclstok_76p1acc.pth', help='finetune from checkpoint') parser.add_argument('--resume', default='/mnt/d/My experimets on mamba/Vim-main/vim_t_midclstok_76p1acc.pth', help='resume...

Hi, may I know how does it perform in inference, does it pass full sequence in input and generate full sequence or token by token ?