aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/losses
Commit message (Expand)AuthorAge
...
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Use consistent naming for `labels` and `weights` args.Gravatar A. Unique TensorFlower2016-10-28
* Remove deprecated loss fns.Gravatar A. Unique TensorFlower2016-10-12
* Fix broken lists in documentation, and back-quote more identifiers.Gravatar Patrick Nguyen2016-09-28
* Fix spelling in docstrings.Gravatar Patrick Nguyen2016-09-28
* Fixing issue in which allow_small_batch=True in batching crashes loss functions.Gravatar Nathan Silberman2016-09-27
* Add loss_collection to add_loss.Gravatar Sergio Guadarrama2016-09-15
* Add sparse_softmax_cross_entropy loss op.Gravatar A. Unique TensorFlower2016-09-02
* Rename sum_of_squares to mean_squared_error. Ditto for pairwise version.Gravatar A. Unique TensorFlower2016-08-31
* Deprecate op_scope by extending name_scope and move all callers to the new na...Gravatar Lukasz Kaiser2016-08-09
* Move binary_hinge_loss under contrib/losses/Gravatar A. Unique TensorFlower2016-07-30
* Support float16 in tf.contrib.lossesGravatar Benoit Steiner2016-07-20
* Fix label_smoothing for sigmoid_cross_entropy_loss, and test for softmax_cros...Gravatar A. Unique TensorFlower2016-07-11
* Merge changes from github.Gravatar Benoit Steiner2016-06-16
* Fixing absolute_difference loss's default scope name.Gravatar A. Unique TensorFlower2016-06-15
* Fixing issue in sum_of_pairwise_squares loss where 0 loss could cause NaNs in...Gravatar A. Unique TensorFlower2016-06-13
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* Add contrib.framework and contrib.losses to gendocs.Gravatar A. Unique TensorFlower2016-06-02
* Rename tf.contrib.losses.log to tf.contrib.losses.log_lossGravatar A. Unique TensorFlower2016-06-01
* Adding add_loss, get_losses, get_total_loss to loss_ops.pyGravatar A. Unique TensorFlower2016-05-25
* Added losses_collections to allow to collect losses into collections.Gravatar A. Unique TensorFlower2016-05-24
* Improve contrib gen_docs markup.Gravatar A. Unique TensorFlower2016-05-16
* Doc updates.Gravatar A. Unique TensorFlower2016-04-26
* Fix label_smoothing versions of loss functions.Gravatar A. Unique TensorFlower2016-04-25
* Fixing issue in loss_ops where divide-by-zero in select statement causes NaN ...Gravatar A. Unique TensorFlower2016-04-22
* Fix for opensource break due to new losses code.Gravatar A. Unique TensorFlower2016-04-18
* Adding several loss functions including cosine_distance_loss, log_loss, softm...Gravatar A. Unique TensorFlower2016-04-18
* Fixes documentation on logistic and softmax ops in loss_ops.Gravatar A. Unique TensorFlower2016-04-07
* Add README.md files for some contrib packages.Gravatar A. Unique TensorFlower2016-04-05
* In tf.contrib, move framework and loss packages up a level.Gravatar A. Unique TensorFlower2016-03-24