aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/crf/python
Commit message (Expand)AuthorAge
* Make tf.contrib.crf compatible with TPUs by using utils.smart_cond instead of...Gravatar A. Unique TensorFlower2018-09-28
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Change test cases to ensure survivable to different var typesGravatar cbockman2018-08-03
* fix var type issue which breaks crf_decodeGravatar cbockman2018-08-03
* Add function crf_multitag_sequence_score which enables calculating scores wit...Gravatar A. Unique TensorFlower2018-07-21
* Make the CRF work when sequence_lengths are int32.Gravatar Patrick Nguyen2018-05-01
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Fix documentation for the real shape of the output of crf_log_likelihood.Gravatar A. Unique TensorFlower2018-02-13
* Replaces custom _lengths_to_masks function with the official, more efficient ...Gravatar A. Unique TensorFlower2017-12-22
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Fix functionality in crf_sequence_score(), crf_log_norm(), and crf_decode() f...Gravatar A. Unique TensorFlower2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Cast offsets into int64 to allow for cases where tag_indices is of type int64...Gravatar A. Unique TensorFlower2017-11-15
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Move many of the "core" RNNCells and rnn functions back to TF core.Gravatar Eugene Brevdo2017-05-22
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Import tf.contrib.rnn for cells instead of tf.nn.rnn_cell.Gravatar Jianwei Xie2016-12-07
* Fix spelling in docstrings.Gravatar Patrick Nguyen2016-09-28
* Adds a linear-chain CRF layer to tensorflow/contrib.Gravatar A. Unique TensorFlower2016-09-22