aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/layers
Commit message (Expand)AuthorAge
* Clarify allowed dtypes in RealValuedColumn.Gravatar A. Unique TensorFlower2016-10-14
* In head/target column's softmax loss, changes check for target's dtype to is_...Gravatar Zakaria Haque2016-10-14
* Disable partitioning of variable in batch_norm.Gravatar A. Unique TensorFlower2016-10-13
* Added hash_key attribute to SparseFeatureCrossOp to use FingerprintCat64.Gravatar A. Unique TensorFlower2016-10-13
* Removing misleading comment from _softmax_cross_entropy_loss method.Gravatar A. Unique TensorFlower2016-10-13
* Do not set default_id while calling safe_embedding_lookup_sparse. Use default...Gravatar A. Unique TensorFlower2016-10-12
* Fixes deprecation date for target column.Gravatar Zakaria Haque2016-10-11
* Provides an abstraction for a the head/top of a model.Gravatar Zakaria Haque2016-10-11
* 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
* Add options to use fused_batch_norm and data_format NCHW to tf.layers.batch_n...Gravatar Yao Zhang2016-10-10
* Add data_format support for tf.layers.convolution2d.Gravatar Yao Zhang2016-10-10
* Add data_format support for tf.layers.{avg,max}_pool2d.Gravatar Yao Zhang2016-10-10
* Update create_feature_spec_for_parsing to handle dict inputs gracefully.Gravatar Cassandra Xia2016-10-10
* Merge changes from github.Gravatar A. Unique TensorFlower2016-10-10
* Make tf.contrib.layers.apply_regularization resilient to NoneGravatar Mustafa Ispir2016-10-10
* 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
* Add layers.create_sequence_feature_spec_for_parsing(...), which takes Feature...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
* Clean up of _inner_flatten.Gravatar A. Unique TensorFlower2016-10-03
* Add tests to assert that functions are not included within feature column key...Gravatar Cassandra Xia2016-09-29
* PartitionedVariable is now a first class citizen:Gravatar Eugene Brevdo2016-09-29
* Merge changes from github.Gravatar Jonathan Hseu2016-09-29
* Add weighted_moments, and allow batch norm to use it to compute frequency-wei...Gravatar A. Unique TensorFlower2016-09-29
* Quote tf.* identifiers in documentation.Gravatar Patrick Nguyen2016-09-29
* Fix broken lists in documentation, and back-quote more identifiers.Gravatar Patrick Nguyen2016-09-28
* Add syntax highlighting and fix some lists in docs.Gravatar Patrick Nguyen2016-09-28
* Fix spelling in docstrings.Gravatar Patrick Nguyen2016-09-28
* Fix symbol names in documentation.Gravatar Patrick Nguyen2016-09-28
* Use tf.identity when dropout is just passing the inputs.Gravatar Sergio Guadarrama2016-09-27
* Adds a _inner_flatten(...) layer. This flattens a specified number of inner d...Gravatar A. Unique TensorFlower2016-09-27
* Merge changes from github.Gravatar Martin Wicke2016-09-21
* Remove deprecated argument moving_average_decay.Gravatar Vahid Kazemi2016-09-17
* Update optimize_loss doc string with details of optimizer usage.Gravatar Illia Polosukhin2016-09-16
* Fix an exception for set + list in with_dependencies, caused by the removal o...Gravatar A. Unique TensorFlower2016-09-15
* Removing int restriction to be consistent with SparseColumn.Gravatar Mustafa Ispir2016-09-15
* Complete move of safe_embedding_lookup_sparse from framework to layersGravatar A. Unique TensorFlower2016-09-14
* De-flake optimizers_test.Gravatar A. Unique TensorFlower2016-09-14
* Revert the default combiner of the hashed embedding column.Gravatar A. Unique TensorFlower2016-09-13
* Prepare change of default combiner to "sqrtn" for multivalent columns. This w...Gravatar A. Unique TensorFlower2016-09-13
* Bug fix: the combiner of the hashed embedding column was not passed to the lo...Gravatar A. Unique TensorFlower2016-09-12
* Avoid including tuples in collections, use alias attribute instead.Gravatar Sergio Guadarrama2016-09-09
* Rename NoGradient -> NotDifferentiable, to make it clearGravatar Vijay Vasudevan2016-09-09
* Support integer sparse_column_with_hash_bucket.Gravatar A. Unique TensorFlower2016-09-09
* Switch ops in functional_ops, math_ops, state_ops, string_ops,Gravatar A. Unique TensorFlower2016-09-09
* joint_weighted_sum_from_feature_columns is faster if all columns are sparse a...Gravatar A. Unique TensorFlower2016-09-08
* Adjust the cost_per_unit for Shard() in SparseFeatureCrossOp to reduce ContextGravatar Jonathan Hseu2016-09-08