net.py 文件源码

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

项目:chainer-stack-gan 作者: dsanno 项目源码 文件源码
def __call__(self, x, train=True):
        b, c, height, width = x.shape
        h = self.conv(F.unpooling_2d(x, 2, outsize=(height * 2, width * 2)))
        if self.activate:
            h = F.relu(self.bn(h, test=not train))
        return h
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号