nn.py 文件源码

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

项目:chainer-speech-recognition 作者: musyoku 项目源码 文件源码
def __call__(self, x):
        if chainer.config.train == False:
            return x
        xp = cuda.get_array_module(x.data)
        std = math.log(self.std ** 2)
        noise = functions.gaussian(chainer.Variable(xp.zeros_like(x.data)), chainer.Variable(xp.full_like(x.data, std)))
        return x + noise

# Link
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号