ITADN
首页
AIGC
博客文章
GIT库
资源下载
C龙虾
程序订做
联系我们
johnma2006/mamba-minimal
/
Issues
about A = -torch.exp(self.A_log.float())
#29
Open
liang00fan
创建于 2024-06-17
L
liang00fan
commented
why add "-" in this code?why not use A directly instead of A_log? A = -torch.exp(self.A_log.float())
1 条评论