David Azcona
Results
2
issues of
David Azcona
I would appreciate a lot if an example using TensorFlow Ranking Keras API that loads data in LibSVM format, and that it loads them in batches instead of in memory,...
From the following Keras [example](https://github.com/tensorflow/ranking/blob/master/tensorflow_ranking/examples/keras/keras_dnn_tfrecord.py), I changed the dataset reader in `dataset_hparams` to use a custom function `dataset_reader=get_dataset` (instead of `tf.data.TFRecordDataset`). `get_dataset` with a parsing function reads the text files....