generators.py 文件源码

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

项目:chainer-gan-experiments 作者: Aixile 项目源码 文件源码
def __call__(self, z, test=False):
        h = self.c_first(z, test=test)
        h = F.reshape(h, (h.data.shape[0], self.base_size, 4, 4))
        for i in range(self.up_layers):
            h = getattr(self, 'c'+str(i))(h, test=test)
        return h
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号