arghosh / AKT

MIT License
93 stars 31 forks source link

Padding Problem #12

Closed ghzha0 closed 2 years ago

ghzha0 commented 2 years ago
image

Why scores[:, :, 1:, :]? It should be scores[:, :, 0:, :] here?