aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/sparsemax
Commit message (Collapse)AuthorAge
* Merge pull request #21183 from AndreasMadsen:sparsemax-2Gravatar TensorFlower Gardener2018-10-05
|\ | | | | | | PiperOrigin-RevId: 215981773
| * make sparsemax nan and infinity safeGravatar Andreas Madsen2018-10-05
|/ | | | | | | | | | | | | logits that are -inf will be given 0 probability and logits that are inf will result in a nan output. Likewise if all logits are -inf the output will also be nan. This is done by using where operators, mostly because 0 * inf = nan and x/0 = sign(x) inf following the IEEE 754 standard. However these results are not mathematically correct in the context of the sparsemax algorithm. Fixes: https://github.com/tensorflow/tensorflow/issues/15564
* Increase size of tensorflow/contrib/sparsemax:sparsemax_test to medium to ↵Gravatar A. Unique TensorFlower2018-05-09
| | | | | | avoid flaky timeouts PiperOrigin-RevId: 196004443
* Merge changes from github.Gravatar Scott Zhu2018-04-13
| | | | PiperOrigin-RevId: 192850372
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* Add pylint check for W0611 unused-import in ci_sanity.sh and fix existing ↵Gravatar Yifei Feng2018-02-06
| | | | | | pylint errors. PiperOrigin-RevId: 184790548
* Add C0330 bad-continuation check to pylint.Gravatar Yifei Feng2018-01-25
| | | | PiperOrigin-RevId: 183270896
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-21
| | | | PiperOrigin-RevId: 159673079
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
| | | | PiperOrigin-RevId: 155709893
* Merge changes from github.Gravatar Vijay Vasudevan2017-02-17
| | | | Change: 147897309
* Seal the sparsemax moduleGravatar Benoit Steiner2017-02-08
| | | | Change: 146941104
* Merge changes from github.Gravatar Benoit Steiner2017-02-08
Change: 146918929