HomeSort by relevance Sort by last modified time
    Searched refs:dnn_dropout (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/contrib/estimator/python/estimator/
dnn_linear_combined.py 104 dnn_dropout=None,
129 dnn_dropout: When not None, the probability we will drop out
159 dnn_dropout=dnn_dropout,
dnn_linear_combined_test.py 61 dnn_dropout=dropout,
  /external/tensorflow/tensorflow/python/estimator/canned/
dnn_linear_combined.py 89 dnn_dropout=None,
114 dnn_dropout: When not `None`, the probability we will drop out a given DNN
166 dropout=dnn_dropout,
308 dnn_dropout=None,
336 dnn_dropout: When not None, the probability we will drop out
401 dnn_dropout=dnn_dropout,
489 dnn_dropout=None,
516 dnn_dropout: When not None, the probability we will drop out
567 dnn_dropout=dnn_dropout
    [all...]
dnn_linear_combined_test.py 91 dnn_dropout=dropout,
    [all...]
  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
dnn_tree_combined_estimator.py 67 dnn_activation_fn=nn.relu, dnn_dropout=None,
96 dnn_dropout: When not `None`, the probability to drop out a given
154 if dnn_dropout is not None and mode == model_fn.ModeKeys.TRAIN:
155 net = layers.dropout(net, keep_prob=(1.0 - dnn_dropout))
275 dnn_dropout=None,
311 dnn_dropout: When not `None`, the probability to drop out a given
337 dnn_optimizer, dnn_activation_fn, dnn_dropout,
364 dnn_dropout=None,
400 dnn_dropout: When not `None`, the probability to drop out a given
431 dnn_optimizer, dnn_activation_fn, dnn_dropout,
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
dnn_linear_combined.py 166 * dnn_dropout: When not `None`, the probability we will drop out a given
191 dnn_dropout = params.get("dnn_dropout")
259 if dnn_dropout is not None and mode == model_fn.ModeKeys.TRAIN:
262 keep_prob=(1.0 - dnn_dropout))
406 dnn_dropout=None,
441 dnn_dropout: When not None, the probability we will drop out
481 "dnn_dropout": dnn_dropout,
588 dnn_dropout=None
    [all...]

Completed in 150 milliseconds