Open Mao718 opened 1 year ago
i faced the same issue. region base ode is buggy. it doesn't run. please advise.
in get_attention_scores │ │ │ │ 455 │ │ │ baddbmm_input = attention_mask │ │ 456 │ │ │ beta = 1 │ │ 457 │ │ │ │ ❱ 458 │ │ attention_scores = torch.baddbmm( │ │ 459 │ │ │ baddbmm_input, │ │ 460 │ │ │ query, │ │ 461 │ │ │ key.transpose(-1, -2), │ ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯ RuntimeError: Expected size for first two dimensions of batch2 tensor to be: [30, 64] but got: [15, 64].
Hello everyone,
Did you manage to find a solution to this?
Thanks a lot
@billpsomas @MortezaMardani @Mao718 Same here. Do you guys figure out the issue?
Hello. I ran into a problem, can anyone help me on this. Here's the code I run
It gave the following error.
Thank you.