initializers.py 文件源码

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

项目:tefla 作者: litan 项目源码 文件源码
def he_uniform(seed=None, scale=1.0, dtype=tf.float32):
    return variance_scaling_initializer(factor=2.0 * scale, mode='FAN_IN',
                                        uniform=True, seed=seed, dtype=dtype)


# Code borrowed from Lasagne https://github.com/Lasagne/Lasagne under MIT license
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号