ranking icon indicating copy to clipboard operation
ranking copied to clipboard

Learning to Rank in TensorFlow

Results 90 ranking issues
Sort by recently updated
recently updated
newest added

Hi TFR team! Really appreciating the new support for TFR with keras API, and the document here https://github.com/tensorflow/ranking/blob/master/tensorflow_ranking/examples/keras/README.md. I was wondering if there is method to use pre-trained embeddings with...

Hi all, I am trying to develop a ranking function for Chinese text, so I have adopted some models that's been further finetuned to replace the original BERT model checkpoint....

In create_tower function, the dictionary parameters should be passed into tf.keras.layers.Dense instead of into tf.keras.Sequential.add function. The only parameter tf.keras.Sequential.add takes is a LayerObject. The current code would result error...

cla: yes

Hi there, just wondering what's the compatibility status of your ranking library with core Tensorflow library. The only piece of info I found is in v0.3.1 release note. BTW, there's...

Hi there, I'm using TFR-Bert on a 4 GPU system (4x A100-40GB-SXM4), rerunning some of the example code I wrote back in the summer: http://cognitiveai.org/2020/09/08/using-tensorflow-ranking-bert-tfr-bert-an-end-to-end-example/ I was originally running on...

do you have predict code? I want know how to use the model . thank you .

It looks like whenever the context features contain a sparse tensor, then `FlattenList` layer fails with the following error: ``` TypeError: Failed to convert object of type to Tensor. Contents:...

When I run the _tf_ranking_libsvm.py_ code, I added a prediction part to the file and failed to get output from the generator object. I used estimator.predict(input_fn=test_input_fn, hooks=[test_hook]) right after all...

Hey guys. I am using the keras example with the canned DNN model. I am unable to get things working if I try to use mixed_precision, mainly because it seems...

they both have list features and context features