mnist_dcgan.py 文件源码

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

项目:chainer-examples 作者: nocotan 项目源码 文件源码
def __call__(self, x):
        h = self.bn1(F.leaky_relu(self.l1(x)), test=not self.train)
        h = self.bn2(F.leaky_relu(self.l2(h)), test=not self.train)
        h = self.bn3(F.leaky_relu(self.l3(h)), test=not self.train)
        h = self.bn4(F.leaky_relu(self.l4(h)), test=not self.train)
        y = self.l5(h)
        return y
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号