model.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:dgm 作者: ashwindcruz 项目源码 文件源码
def decode(self,z):
        h = F.crelu(self.plinx0(z))

        for i in range(self.num_layers-1):
            layer_name = 'plinx' + str(i+1)
            h = F.crelu(self[layer_name](h))

        self.p_ber_prob_logit = self.plinx_ber_prob(h)

        return self.p_ber_prob_logit
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号