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
评论列表
文章目录