tf.contrib.estimator.dnn_logit_fn_builder
Stay organized with collections
Save and categorize content based on your preferences.
Function builder for a dnn logit_fn.
tf.contrib.estimator.dnn_logit_fn_builder(
units, hidden_units, feature_columns, activation_fn, dropout,
input_layer_partitioner, batch_norm
)
Args |
units
|
An int indicating the dimension of the logit layer. In the
MultiHead case, this should be the sum of all component Heads' logit
dimensions.
|
hidden_units
|
Iterable of integer number of hidden units per layer.
|
feature_columns
|
Iterable of feature_column._FeatureColumn model inputs.
|
activation_fn
|
Activation function applied to each layer.
|
dropout
|
When not None , the probability we will drop out a given
coordinate.
|
input_layer_partitioner
|
Partitioner for input layer.
|
batch_norm
|
Whether to use batch normalization after each hidden layer.
|
Returns |
A logit_fn (see below).
|
Raises |
ValueError
|
If units is not an int.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-10-01 UTC."],[],[]]