aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/layers/python/layers/feature_column_ops.py
Commit message (Expand)AuthorAge
* Documentation style fix.Gravatar Stanley Bileschi2018-06-13
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Adds an optional dict to hold tensors that are concatenated into the returnedGravatar A. Unique TensorFlower2017-12-05
* Add support for _RealValuedVarLenColumn to {sequence_}input_from_feature_colu...Gravatar A. Unique TensorFlower2017-05-10
* Added cross compatibility to contrib feature columns: sparse_column_with_*, w...Gravatar Mustafa Ispir2017-05-05
* Makes calls to variables.Variable resource-safe.Gravatar Alexandre Passos2017-04-17
* Reshape input tensors to match output_rank for `_input_from_feature_columns`.Gravatar A. Unique TensorFlower2017-03-31
* Do not update given dictionary in feature-column public utils.Gravatar Mustafa Ispir2017-03-28
* Comment change s/contrib.layer/contrib.layers/Gravatar A. Unique TensorFlower2017-03-27
* Remove inflow mention from feature_column_ops docstringsGravatar David Soergel2017-03-23
* Fix some documentation formatting errors.Gravatar Patrick Nguyen2017-03-21
* Automated rollback of change 150006782Gravatar A. Unique TensorFlower2017-03-14
* Change public fns to support non-tensor inputs.Gravatar A. Unique TensorFlower2017-03-13
* Added option to specify if an embedding is trainable or not when using embedd...Gravatar A. Unique TensorFlower2017-02-21
* Fail if feature_column arg in feature_column_ops is dict.Gravatar A. Unique TensorFlower2017-02-09
* Add whitespace to improve readability of logging & errors strings.Gravatar A. Unique TensorFlower2017-01-26
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Change arg order for {softmax,sparse_softmax,sigmoid}_cross_entropy_with_logi...Gravatar Martin Wicke2017-01-04
* Changes to zeros_initializer which seem to have been missed in the migration.Gravatar A. Unique TensorFlower2016-12-12
* changing zeros_initializer API to be like other callable initializersGravatar Olivia Nordquist2016-12-11
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Part 2c of renaming SparseTensor.shape -> SparseTensor.dense_shapeGravatar Eugene Brevdo2016-12-05
* Made scattered_embedding_column use SparseFeatureCrossOpV2Gravatar A. Unique TensorFlower2016-11-23
* Renamed 'hashed_embedding_x' as 'scattered_embedding_x' to eliminate confusion.Gravatar Mustafa Ispir2016-11-21
* Propagate trainable params to weights and bias for Composable modelsGravatar A. Unique TensorFlower2016-11-19
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Adds max_norm option to embedding_lookup (and upstream functions).Gravatar A. Unique TensorFlower2016-11-16
* Updates docstring examples for Transformer classGravatar A. Unique TensorFlower2016-11-14
* Updates docstring examples for input_from_feature_columnsGravatar A. Unique TensorFlower2016-11-14
* Add a transformation function for tf.learn.Gravatar A. Unique TensorFlower2016-11-10
* Adds feature column ops functions to exported docs.Gravatar A. Unique TensorFlower2016-11-08
* Replace usages all_variables -> global_variables, GraphKeys.VARIABLES -> Grap...Gravatar Illia Polosukhin2016-11-04
* Streamline and canonicalize docstring for weighted_sum_from_feature_columns.Gravatar A. Unique TensorFlower2016-11-04
* Anonymize feature column names.Gravatar A. Unique TensorFlower2016-11-03
* Move SparseTensor into its own framework.py, add get_shape().Gravatar Eugene Brevdo2016-11-01
* Do not set default_id while calling safe_embedding_lookup_sparse. Use default...Gravatar A. Unique TensorFlower2016-10-12
* Fixing doc comment of high level feature_column functions.Gravatar Mustafa Ispir2016-10-11
* Create parse_feature_columns_from_sequence_examples, which parses sequence ex...Gravatar A. Unique TensorFlower2016-10-11
* Some cleanup on sequence feature columns.Gravatar A. Unique TensorFlower2016-10-10
* This CL is the first step in adding sequence data support to the FeatureColum...Gravatar A. Unique TensorFlower2016-10-09
* No more embedding creation in feature columns.Gravatar A. Unique TensorFlower2016-10-07
* Removes deprecated to_weighted_sum and hides to_dnn_input.Gravatar A. Unique TensorFlower2016-10-06
* Made _Transformer logging less verboseGravatar A. Unique TensorFlower2016-10-03
* Merge changes from github.Gravatar Martin Wicke2016-09-21
* joint_weighted_sum_from_feature_columns is faster if all columns are sparse a...Gravatar A. Unique TensorFlower2016-09-08
* Deprecates _FeatureColumn.to_weighted_sum in favor of moving weight-construct...Gravatar A. Unique TensorFlower2016-08-25
* Deprecate variable_op_scope by extending variable_scope and move callers to t...Gravatar Lukasz Kaiser2016-08-11
* Add variable scope and explicit names to all ops in feature_column.Gravatar A. Unique TensorFlower2016-08-05
* Create DNN input layer weights (embeddings) under the scope of a partitioner ...Gravatar A. Unique TensorFlower2016-07-07