mamba-minimal icon indicating copy to clipboard operation
mamba-minimal copied to clipboard

about A = -torch.exp(self.A_log.float())

Open liang00fan opened this issue 8 months ago • 1 comments

why add "-" in this code?why not use A directly instead of A_log? A = -torch.exp(self.A_log.float())

liang00fan avatar Jun 17 '24 11:06 liang00fan