MCPcopy Create free account
hub / github.com/XLechter/PCAN / dropout

Function dropout

tf_util.py:594–615  ·  view source on GitHub ↗

Dropout layer. Args: inputs: tensor is_training: boolean tf.Variable scope: string keep_prob: float in [0,1] noise_shape: list of ints Returns: tensor variable

(inputs,
            is_training,
            scope,
            keep_prob=0.5,
            noise_shape=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected