Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for variance_scaling_initializer (0.3 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Computes scaled exponential linear: `scale * alpha * (exp(features) - 1)`
      }];
    
      let description = [{
    if < 0, `scale * features` otherwise.
    
    To be used together with
    `initializer = tf.variance_scaling_initializer(factor=1.0, mode='FAN_IN')`.
    For correct dropout, use `tf.contrib.nn.alpha_dropout`.
    
    See [Self-Normalizing Neural Networks](https://arxiv.org/abs/1706.02515)
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top