ITADN

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

#29Openliang00fan 创建于 2024-06-17
L
liang00fancommented
why add "-" in this code?why not use A directly instead of A_log? A = -torch.exp(self.A_log.float())
1 条评论